From: HAT Date: Thu, 23 Aug 2012 14:24:05 +0000 (+0900) Subject: small fix of configure summary X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=2e17df6ad3f71bf450ce9ba241f858906a2e469e small fix of configure summary Samba sharemode interop is hidden init style was not easy to notice --- diff --git a/macros/summary.m4 b/macros/summary.m4 index a618cf31..94e84ac9 100644 --- a/macros/summary.m4 +++ b/macros/summary.m4 @@ -3,7 +3,7 @@ dnl Autoconf macros, display configure summary AC_DEFUN([AC_NETATALK_CONFIG_SUMMARY], [ AC_MSG_RESULT([Configure summary:]) - AC_MSG_RESULT([ init style:]) + AC_MSG_RESULT([ INIT STYLE:]) if test "x$init_style" != "x"; then AC_MSG_RESULT([ $init_style]) else @@ -49,7 +49,7 @@ dnl fi AC_MSG_RESULT([ admin group support: $netatalk_cv_admin_group]) AC_MSG_RESULT([ valid shell check: $netatalk_cv_use_shellcheck]) AC_MSG_RESULT([ cracklib support: $netatalk_cv_with_cracklib]) - AC_MSG_RESULT([ Samba sharemode interop: $neta_cv_have_smbshmd]) +dnl AC_MSG_RESULT([ Samba sharemode interop: $neta_cv_have_smbshmd]) AC_MSG_RESULT([ ACL support: $with_acl_support]) AC_MSG_RESULT([ Kerberos support: $with_kerberos]) AC_MSG_RESULT([ LDAP support: $netatalk_cv_ldap])