diff configure @ 106187:b5eb529d2739

* cus-start.el (all): Add native condition for font-use-system-font. * configure.in: Don't check for GConf unless X is used.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 21 Nov 2009 15:40:24 +0000
parents 734dbd0c890e
children 2400073344ef
line wrap: on
line diff
--- a/configure	Sat Nov 21 15:28:59 2009 +0000
+++ b/configure	Sat Nov 21 15:40:24 2009 +0000
@@ -12588,7 +12588,7 @@
 fi
 
 HAVE_GCONF=no
-if test "${with_gconf}" = "yes"; then
+if test "X$with_x" != "Xno" && test "${with_gconf}" = "yes"; then
 
   succeeded=no