mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
* configure.ac (with_gconf): Respect --without-all.
This commit is contained in:
parent
2f25eae17e
commit
55444a5a7a
@ -372,7 +372,12 @@ OPTION_DEFAULT_OFF([w32], [use native MS Windows GUI in a Cygwin build])
|
||||
OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console])
|
||||
OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support])
|
||||
AC_ARG_WITH([gconf],[AS_HELP_STRING([--with-gconf],
|
||||
[compile with Gconf support (Gsettings replaces this)])],[],[with_gconf=maybe])
|
||||
[compile with Gconf support (Gsettings replaces this)])],[],
|
||||
[if test $with_features = yes; then
|
||||
with_gconf=maybe
|
||||
else
|
||||
with_gconf=no
|
||||
fi])
|
||||
OPTION_DEFAULT_ON([gsettings],[don't compile with GSettings support])
|
||||
OPTION_DEFAULT_ON([selinux],[don't compile with SELinux support])
|
||||
OPTION_DEFAULT_ON([gnutls],[don't use -lgnutls for SSL/TLS support])
|
||||
|
Loading…
Reference in New Issue
Block a user