emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113005: * configure.ac: Report ACL usage at the end


From: Paul Eggert
Subject: [Emacs-diffs] trunk r113005: * configure.ac: Report ACL usage at the end.
Date: Sun, 16 Jun 2013 05:33:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113005
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14612
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2013-06-15 22:33:12 -0700
message:
  * configure.ac: Report ACL usage at the end.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-06-11 18:05:05 +0000
+++ b/ChangeLog 2013-06-16 05:33:12 +0000
@@ -1,3 +1,7 @@
+2013-06-16  Paul Eggert  <address@hidden>
+
+       * configure.ac: Report ACL usage at the end (Bug#14612).
+
 2013-06-11  Paul Eggert  <address@hidden>
 
        --without-all should imply --with-file-notification=no.  (Bug#14569)

=== modified file 'configure.ac'
--- a/configure.ac      2013-06-13 06:28:05 +0000
+++ b/configure.ac      2013-06-16 05:33:12 +0000
@@ -4725,6 +4725,12 @@
   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}'.
 
@@ -4761,6 +4767,7 @@
 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}"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]