Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2a540847
Commit
2a540847
authored
Jun 15, 2013
by
Paul Eggert
Browse files
* configure.ac: Report ACL usage at the end.
Fixes: debbugs:14612
parent
f3d674df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
ChangeLog
ChangeLog
+4
-0
configure.ac
configure.ac
+7
-0
No files found.
ChangeLog
View file @
2a540847
2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac: Report ACL usage at the end (Bug#14612).
2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
--without-all should imply --with-file-notification=no. (Bug#14569)
...
...
configure.ac
View file @
2a540847
...
...
@@ -4725,6 +4725,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}'.
...
...
@@ -4761,6 +4767,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}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment