diff configure @ 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 7ea128029a41
line wrap: on
line diff
--- a/configure	Wed Jan 30 09:35:08 2008 +0000
+++ b/configure	Wed Jan 30 19:52:04 2008 +0000
@@ -1359,8 +1359,8 @@
   --without-gif           don't compile with GIF image support
   --without-png           don't compile with PNG image support
   --without-rsvg          don't compile with SVG image support
-  --with-freetype         use -lfreetype for local fonts support
-  --with-xft              use -lXft for anti aliased fonts
+  --without-freetype      don't use Freetype for local font support
+  --without-xft           don't use XFT for anti aliased fonts
   --without-libotf        don't use libotf for OpenType font support
   --without-m17n-flt      don't use m17n-flt for text shaping
   --with-gtk              use GTK toolkit
@@ -2017,7 +2017,7 @@
 if test "${with_freetype+set}" = set; then
   withval=$with_freetype;
 else
-      with_freetype=no
+     with_freetype=yes
 fi
 
 
@@ -2025,7 +2025,7 @@
 if test "${with_xft+set}" = set; then
   withval=$with_xft;
 else
-      with_xft=no
+     with_xft=yes
 fi