Auto-commit of generated files.
This commit is contained in:
parent
2a540847b6
commit
28237e48e1
1 changed files with 7 additions and 0 deletions
7
autogen/configure
vendored
7
autogen/configure
vendored
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue