diff configure.in @ 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 d06619fa1742
line wrap: on
line diff
--- a/configure.in	Sat Nov 21 15:28:59 2009 +0000
+++ b/configure.in	Sat Nov 21 15:40:24 2009 +0000
@@ -1756,7 +1756,7 @@
 dnl GConf has been tested under GNU/Linux only.
 dnl The version is really arbitrary, it is about the same age as Gtk+ 2.6.
 HAVE_GCONF=no
-if test "${with_gconf}" = "yes"; then
+if test "X$with_x" != "Xno" && test "${with_gconf}" = "yes"; then
    PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.13, HAVE_GCONF=yes, HAVE_GCONF=no)
    if test "$HAVE_GCONF" = yes; then
       AC_DEFINE(HAVE_GCONF, 1, [Define to 1 if using GConf.])