]> arthur.barton.de Git - netatalk.git/blobdiff - macros/summary.m4
Last commit message mentionend the wrong CNID backends!
[netatalk.git] / macros / summary.m4
index 3f32834e80325e94b0b32b707419d7b3d4fcd0b3..78ffb3eae7f3a7b12f052550c89e5065795a9a98 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: summary.m4,v 1.3 2008-11-22 12:07:26 didg Exp $
+dnl $Id: summary.m4,v 1.6 2009-10-02 09:32:41 franklahm Exp $
 dnl Autoconf macros, display configure summary
 
 AC_DEFUN([AC_NETATALK_CONFIG_SUMMARY], [
@@ -15,6 +15,7 @@ AC_DEFUN([AC_NETATALK_CONFIG_SUMMARY], [
        if test "x$afp3" = "xyes"; then
                AC_MSG_RESULT([         Large file support (>2GB) for AFP3: $wx_largefile])
        fi
+       AC_MSG_RESULT([         Extended Attributes: $neta_cv_eas])
        AC_MSG_RESULT([         DDP enabled: $netatalk_cv_ddp_enabled])
        AC_MSG_RESULT([    CNID:])
        AC_MSG_RESULT([         backends: $compiled_backends])
@@ -60,6 +61,7 @@ dnl   fi
        AC_MSG_RESULT([         dropbox kludge:         $netatalk_cv_dropkludge])
        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:            $neta_cv_nfsv4acl])
        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])