emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 55444a5: * configure.ac (with_gconf): Respect --wit


From: Glenn Morris
Subject: [Emacs-diffs] master 55444a5: * configure.ac (with_gconf): Respect --without-all.
Date: Wed, 28 Feb 2018 15:20:53 -0500 (EST)

branch: master
commit 55444a5a7aac77b5f12ff9453b16cb99f6c065f5
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * configure.ac (with_gconf): Respect --without-all.
---
 configure.ac | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7c1f4ca..d2269d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]