diff options
| author | Glenn Morris | 2013-06-16 06:19:09 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-06-16 06:19:09 -0400 |
| commit | 28237e48e122aa8cbd9b7bea8d3d5d15b8181666 (patch) | |
| tree | f905552ae8a318c9b8f88f9029d7eed6a6b6ee3b | |
| parent | 2a540847b6b3ae41e08214edd3ce2e3841f65262 (diff) | |
| download | emacs-28237e48e122aa8cbd9b7bea8d3d5d15b8181666.tar.gz emacs-28237e48e122aa8cbd9b7bea8d3d5d15b8181666.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 7 |
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" |
| 28523 | fi | 28523 | fi |
| 28524 | 28524 | ||
| 28525 | if test $USE_ACL -ne 0; then | ||
| 28526 | acl_summary="yes $LIB_ACL" | ||
| 28527 | else | ||
| 28528 | acl_summary=no | ||
| 28529 | fi | ||
| 28530 | |||
| 28525 | echo " | 28531 | echo " |
| 28526 | Configured for \`${canonical}'. | 28532 | Configured for \`${canonical}'. |
| 28527 | 28533 | ||
| @@ -28558,6 +28564,7 @@ echo " Does Emacs use -ldbus? ${HAVE_DBUS}" | |||
| 28558 | echo " Does Emacs use -lgconf? ${HAVE_GCONF}" | 28564 | echo " Does Emacs use -lgconf? ${HAVE_GCONF}" |
| 28559 | echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}" | 28565 | echo " Does Emacs use GSettings? ${HAVE_GSETTINGS}" |
| 28560 | echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}" | 28566 | echo " Does Emacs use a file notification library? ${NOTIFY_SUMMARY}" |
| 28567 | echo " Does Emacs use access control lists? ${acl_summary}" | ||
| 28561 | echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" | 28568 | echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" |
| 28562 | echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" | 28569 | echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" |
| 28563 | echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" | 28570 | echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" |