comparison 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
comparison
equal deleted inserted replaced
91370:079bf43d2bd9 91371:c30ad5eb44dc
133 OPTION_DEFAULT_ON([tiff],[don't compile with TIFF image support]) 133 OPTION_DEFAULT_ON([tiff],[don't compile with TIFF image support])
134 OPTION_DEFAULT_ON([gif],[don't compile with GIF image support]) 134 OPTION_DEFAULT_ON([gif],[don't compile with GIF image support])
135 OPTION_DEFAULT_ON([png],[don't compile with PNG image support]) 135 OPTION_DEFAULT_ON([png],[don't compile with PNG image support])
136 OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support]) 136 OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support])
137 137
138 OPTION_DEFAULT_OFF([freetype],[use -lfreetype for local fonts support]) 138 OPTION_DEFAULT_ON([freetype],[don't use Freetype for local font support])
139 OPTION_DEFAULT_OFF([xft],[use -lXft for anti aliased fonts]) 139 OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts])
140 OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support]) 140 OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support])
141 OPTION_DEFAULT_ON([m17n-flt],[don't use m17n-flt for text shaping]) 141 OPTION_DEFAULT_ON([m17n-flt],[don't use m17n-flt for text shaping])
142 142
143 OPTION_DEFAULT_OFF([gtk],[use GTK toolkit]) 143 OPTION_DEFAULT_OFF([gtk],[use GTK toolkit])
144 OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars]) 144 OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars])