aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-06-16 06:19:09 -0400
committerGlenn Morris2013-06-16 06:19:09 -0400
commit28237e48e122aa8cbd9b7bea8d3d5d15b8181666 (patch)
treef905552ae8a318c9b8f88f9029d7eed6a6b6ee3b
parent2a540847b6b3ae41e08214edd3ce2e3841f65262 (diff)
downloademacs-28237e48e122aa8cbd9b7bea8d3d5d15b8181666.tar.gz
emacs-28237e48e122aa8cbd9b7bea8d3d5d15b8181666.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/autogen/configure b/autogen/configure
index 5cad2fefd24..31105ddbaf7 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -28522,6 +28522,12 @@ if test "${HAVE_GTK}" = "yes"; then
28522 USE_X_TOOLKIT="$USE_GTK_TOOLKIT" 28522 USE_X_TOOLKIT="$USE_GTK_TOOLKIT"
28523fi 28523fi
28524 28524
28525if test $USE_ACL -ne 0; then
28526 acl_summary="yes $LIB_ACL"
28527else
28528 acl_summary=no
28529fi
28530
28525echo " 28531echo "
28526Configured for \`${canonical}'. 28532Configured for \`${canonical}'.
28527 28533
@@ -28558,6 +28564,7 @@ echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
28558echo " Does Emacs use -lgconf? ${HAVE_GCONF}" 28564echo " Does Emacs use -lgconf? ${HAVE_GCONF}"
28559echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}" 28565echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}"
28560echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}" 28566echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}"
28567echo " Does Emacs use access control lists? ${acl_summary}"
28561echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" 28568echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}"
28562echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" 28569echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}"
28563echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" 28570echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}"