]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (with_gconf): Respect --without-all.
authorGlenn Morris <rgm@gnu.org>
Wed, 28 Feb 2018 20:20:42 +0000 (15:20 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 28 Feb 2018 20:20:42 +0000 (15:20 -0500)
configure.ac

index 7c1f4ca8e67175e1b78ae1ea7ef07bfff8423e2c..d2269d6f35be4227968724baf265b9501f5a716c 100644 (file)
@@ -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])