summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-11-07 21:56:22 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-11-07 21:56:22 (GMT)
commit61efabb02e7dfc9fd185bc9bbd8eac4459c23059 (patch)
tree80f178fe11215dff760e406745e7132b89ca25c9 /unix/configure.in
parent643b19451d3b2bd1e080733c4c93c5a9daaad63a (diff)
downloadtk-61efabb02e7dfc9fd185bc9bbd8eac4459c23059.zip
tk-61efabb02e7dfc9fd185bc9bbd8eac4459c23059.tar.gz
tk-61efabb02e7dfc9fd185bc9bbd8eac4459c23059.tar.bz2
make --enable-xft the default
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 4b97c2e..8095e06 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.122 2006/10/23 19:46:14 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.123 2006/11/07 21:56:24 kennykb Exp $
AC_INIT([tk],[8.5])
AC_PREREQ(2.59)
@@ -424,8 +424,8 @@ if test $tk_aqua = no; then
AC_MSG_CHECKING([whether to use xft])
AC_ARG_ENABLE(xft,
AC_HELP_STRING([--enable-xft],
- [use freetype/fontconfig/xft (default: off)]),
- [enable_xft=$enableval], [enable_xft="no"])
+ [use freetype/fontconfig/xft (default: on)]),
+ [enable_xft=$enableval], [enable_xft="yes"])
XFT_CFLAGS=""
XFT_LIBS=""
if test "$enable_xft" = "yes" ; then