comparison 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
comparison
equal deleted inserted replaced
91370:079bf43d2bd9 91371:c30ad5eb44dc
1357 --without-jpeg don't compile with JPEG image support 1357 --without-jpeg don't compile with JPEG image support
1358 --without-tiff don't compile with TIFF image support 1358 --without-tiff don't compile with TIFF image support
1359 --without-gif don't compile with GIF image support 1359 --without-gif don't compile with GIF image support
1360 --without-png don't compile with PNG image support 1360 --without-png don't compile with PNG image support
1361 --without-rsvg don't compile with SVG image support 1361 --without-rsvg don't compile with SVG image support
1362 --with-freetype use -lfreetype for local fonts support 1362 --without-freetype don't use Freetype for local font support
1363 --with-xft use -lXft for anti aliased fonts 1363 --without-xft don't use XFT for anti aliased fonts
1364 --without-libotf don't use libotf for OpenType font support 1364 --without-libotf don't use libotf for OpenType font support
1365 --without-m17n-flt don't use m17n-flt for text shaping 1365 --without-m17n-flt don't use m17n-flt for text shaping
1366 --with-gtk use GTK toolkit 1366 --with-gtk use GTK toolkit
1367 --without-toolkit-scroll-bars 1367 --without-toolkit-scroll-bars
1368 don't use Motif or Xaw3d scroll bars 1368 don't use Motif or Xaw3d scroll bars
2015 2015
2016 # Check whether --with-freetype was given. 2016 # Check whether --with-freetype was given.
2017 if test "${with_freetype+set}" = set; then 2017 if test "${with_freetype+set}" = set; then
2018 withval=$with_freetype; 2018 withval=$with_freetype;
2019 else 2019 else
2020 with_freetype=no 2020 with_freetype=yes
2021 fi 2021 fi
2022 2022
2023 2023
2024 # Check whether --with-xft was given. 2024 # Check whether --with-xft was given.
2025 if test "${with_xft+set}" = set; then 2025 if test "${with_xft+set}" = set; then
2026 withval=$with_xft; 2026 withval=$with_xft;
2027 else 2027 else
2028 with_xft=no 2028 with_xft=yes
2029 fi 2029 fi
2030 2030
2031 2031
2032 # Check whether --with-libotf was given. 2032 # Check whether --with-libotf was given.
2033 if test "${with_libotf+set}" = set; then 2033 if test "${with_libotf+set}" = set; then