diff options
| author | Paul Eggert | 2013-06-15 22:33:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-06-15 22:33:12 -0700 |
| commit | 2a540847b6b3ae41e08214edd3ce2e3841f65262 (patch) | |
| tree | ee562872d477ac6fd6fd0db758193ee4132cbda1 | |
| parent | f3d674dfd1b346d271aa935a8b458375ca1bb264 (diff) | |
| download | emacs-2a540847b6b3ae41e08214edd3ce2e3841f65262.tar.gz emacs-2a540847b6b3ae41e08214edd3ce2e3841f65262.zip | |
* configure.ac: Report ACL usage at the end.
Fixes: debbugs:14612
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 7 |
2 files changed, 11 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.ac: Report ACL usage at the end (Bug#14612). | ||
| 4 | |||
| 1 | 2013-06-11 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-06-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | --without-all should imply --with-file-notification=no. (Bug#14569) | 7 | --without-all should imply --with-file-notification=no. (Bug#14569) |
diff --git a/configure.ac b/configure.ac index 52cc1651950..e08ffce5e0f 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -4725,6 +4725,12 @@ if test "${HAVE_GTK}" = "yes"; then | |||
| 4725 | USE_X_TOOLKIT="$USE_GTK_TOOLKIT" | 4725 | USE_X_TOOLKIT="$USE_GTK_TOOLKIT" |
| 4726 | fi | 4726 | fi |
| 4727 | 4727 | ||
| 4728 | if test $USE_ACL -ne 0; then | ||
| 4729 | acl_summary="yes $LIB_ACL" | ||
| 4730 | else | ||
| 4731 | acl_summary=no | ||
| 4732 | fi | ||
| 4733 | |||
| 4728 | echo " | 4734 | echo " |
| 4729 | Configured for \`${canonical}'. | 4735 | Configured for \`${canonical}'. |
| 4730 | 4736 | ||
| @@ -4761,6 +4767,7 @@ echo " Does Emacs use -ldbus? ${HAVE_DBUS}" | |||
| 4761 | echo " Does Emacs use -lgconf? ${HAVE_GCONF}" | 4767 | echo " Does Emacs use -lgconf? ${HAVE_GCONF}" |
| 4762 | echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}" | 4768 | echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}" |
| 4763 | echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}" | 4769 | echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}" |
| 4770 | echo " Does Emacs use access control lists? ${acl_summary}" | ||
| 4764 | echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" | 4771 | echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" |
| 4765 | echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" | 4772 | echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" |
| 4766 | echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" | 4773 | echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" |