diff configure.in @ 91371:c30ad5eb44dc

configure.in: Use freetype/xft by default Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-327
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 19:52:04 +0000
parents c70e45a7acfd
children e65c11446d7e
line wrap: on
line diff
--- a/configure.in	Wed Jan 30 09:35:08 2008 +0000
+++ b/configure.in	Wed Jan 30 19:52:04 2008 +0000
@@ -135,8 +135,8 @@
 OPTION_DEFAULT_ON([png],[don't compile with PNG image support])
 OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support])
 
-OPTION_DEFAULT_OFF([freetype],[use -lfreetype for local fonts support])
-OPTION_DEFAULT_OFF([xft],[use -lXft for anti aliased fonts])
+OPTION_DEFAULT_ON([freetype],[don't use Freetype for local font support])
+OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts])
 OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support])
 OPTION_DEFAULT_ON([m17n-flt],[don't use m17n-flt for text shaping])