comparison 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
comparison
equal deleted inserted replaced
106186:9b6f45dd8386 106187:b5eb529d2739
1754 fi 1754 fi
1755 1755
1756 dnl GConf has been tested under GNU/Linux only. 1756 dnl GConf has been tested under GNU/Linux only.
1757 dnl The version is really arbitrary, it is about the same age as Gtk+ 2.6. 1757 dnl The version is really arbitrary, it is about the same age as Gtk+ 2.6.
1758 HAVE_GCONF=no 1758 HAVE_GCONF=no
1759 if test "${with_gconf}" = "yes"; then 1759 if test "X$with_x" != "Xno" && test "${with_gconf}" = "yes"; then
1760 PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.13, HAVE_GCONF=yes, HAVE_GCONF=no) 1760 PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.13, HAVE_GCONF=yes, HAVE_GCONF=no)
1761 if test "$HAVE_GCONF" = yes; then 1761 if test "$HAVE_GCONF" = yes; then
1762 AC_DEFINE(HAVE_GCONF, 1, [Define to 1 if using GConf.]) 1762 AC_DEFINE(HAVE_GCONF, 1, [Define to 1 if using GConf.])
1763 fi 1763 fi
1764 fi 1764 fi