summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-12-06 16:22:04 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-12-06 16:22:04 (GMT)
commit1d1fb630feb7ba7555793d32abb3b985b9da7304 (patch)
treec783ecc9cac140aebf451519271e0779d450d782 /unix/configure.in
parentc98aca8651cb11abd7773f17ce58faa3d2df7a4d (diff)
downloadtk-1d1fb630feb7ba7555793d32abb3b985b9da7304.zip
tk-1d1fb630feb7ba7555793d32abb3b985b9da7304.tar.gz
tk-1d1fb630feb7ba7555793d32abb3b985b9da7304.tar.bz2
Bug 1609616
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 5d8320f..703a605 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.129 2006/11/27 19:08:56 kennykb Exp $
+# RCS: @(#) $Id: configure.in,v 1.130 2006/12/06 16:22:04 kennykb Exp $
AC_INIT([tk],[8.5])
AC_PREREQ(2.59)
@@ -472,6 +472,8 @@ if test $tk_aqua = no; then
AC_MSG_WARN([Can't find xft configuration, or xft is unusable])
fi
enable_xft=no
+ XFT_CFLAGS=""
+ XFT_LIBS=""
else
enable_xft=yes
fi