aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2008-01-30 19:52:04 +0000
committerMiles Bader <[email protected]>2008-01-30 19:52:04 +0000
commit4efcc8d152908c623a964d591c71bcce54541263 (patch)
tree0a6ea892bcb8947635723cb27ee19406af3445b4 /configure.in
parent44ac758ddbf147ec5a76778a58f01a21daacbba8 (diff)
configure.in: Use freetype/xft by default
Revision: [email protected]/emacs--unicode--0--patch-327
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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])