From 4efcc8d152908c623a964d591c71bcce54541263 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 30 Jan 2008 19:52:04 +0000 Subject: configure.in: Use freetype/xft by default Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-327 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7fa13e6ecf..37b1990063 100644 --- a/configure.in +++ b/configure.in @@ -135,8 +135,8 @@ OPTION_DEFAULT_ON([gif],[don't compile with GIF image support]) 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]) -- cgit v1.2.3