From: HAT Date: Thu, 16 Jun 2011 07:29:50 +0000 (+0900) Subject: configure script: show LDAP support X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=7685846a42d98891af3a0804850d5d180718950a configure script: show LDAP support --- diff --git a/macros/summary.m4 b/macros/summary.m4 index 7673d482..7f567ca5 100644 --- a/macros/summary.m4 +++ b/macros/summary.m4 @@ -63,6 +63,7 @@ dnl fi AC_MSG_RESULT([ force volume uid/gid: $netatalk_cv_force_uidgid]) AC_MSG_RESULT([ Apple 2 boot support: $compile_a2boot]) AC_MSG_RESULT([ ACL support: $with_acl_support]) + AC_MSG_RESULT([ LDAP support: $with_ldap]) if test x"$use_pam_so" = x"yes" -a x"$netatalk_cv_install_pam" = x"no"; then AC_MSG_RESULT([]) AC_MSG_WARN([ PAM support was configured for your system, but the netatalk PAM configuration file])