diff configure.ac @ 3098:ceb34344c827

[xemacs-hg @ 2005-11-26 18:49:06 by stephent] Change Xft default to OFF. <87d5kn2qkw.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 26 Nov 2005 18:49:10 +0000
parents 859a2346db99
children a05d78a1685f
line wrap: on
line diff
--- a/configure.ac	Sat Nov 26 18:25:03 2005 +0000
+++ b/configure.ac	Sat Nov 26 18:49:10 2005 +0000
@@ -637,12 +637,12 @@
 		[Xft],
 		[`emacs' (buffers), `menubars', `tabs', and `gauges'],
 		[X11, Xft, Xrender, freetype, and fontconfig],
-		[`emacs,menubars,tabs,gauges'])],
+		[`noemacs, nomenubars, notabs, nogauges'])],
 	[],[],
-	[XE_COMPLEX_OPTION([emacs],[yes]),
-	XE_COMPLEX_OPTION([menubars],[yes]),
-	XE_COMPLEX_OPTION([tabs],[yes]),
-	XE_COMPLEX_OPTION([gauges],[yes])])
+	[XE_COMPLEX_OPTION([emacs],[no]),
+	XE_COMPLEX_OPTION([menubars],[no]),
+	XE_COMPLEX_OPTION([tabs],[no]),
+	XE_COMPLEX_OPTION([gauges],[no])])
 XE_MERGED_ARG([gtk],
 	AC_HELP_STRING([--with-gtk],[Support GTK on the X Window System. (EXPERIMENTAL)]),
 	[true], [with_gtk=no])