diff lisp/cus-start.el @ 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 5fa329215a93
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/cus-start.el	Sat Nov 21 15:28:59 2009 +0000
+++ b/lisp/cus-start.el	Sat Nov 21 15:40:24 2009 +0000
@@ -397,6 +397,8 @@
 		       (fboundp 'x-selection-exists-p))
 		      ((string-match "fringe" (symbol-name symbol))
 		       (fboundp 'define-fringe-bitmap))
+		      ((equal "font-use-system-font" (symbol-name symbol))
+		       (featurep 'system-font-setting))
 		      (t t))))
     (if (not (boundp symbol))
 	;; If variables are removed from C code, give an error here!