From: Glenn Morris Date: Sun, 16 Jun 2013 10:19:09 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28237e48e122aa8cbd9b7bea8d3d5d15b8181666;p=emacs.git Auto-commit of generated files. --- 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 USE_X_TOOLKIT="$USE_GTK_TOOLKIT" fi +if test $USE_ACL -ne 0; then + acl_summary="yes $LIB_ACL" +else + acl_summary=no +fi + echo " Configured for \`${canonical}'. @@ -28558,6 +28564,7 @@ echo " Does Emacs use -ldbus? ${HAVE_DBUS}" echo " Does Emacs use -lgconf? ${HAVE_GCONF}" echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}" echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}" +echo " Does Emacs use access control lists? ${acl_summary}" echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}"