summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2003-06-02 16:13:12 (GMT)
committerjenglish <jenglish@flightlab.com>2003-06-02 16:13:12 (GMT)
commitceafa9076e335e8cf107baae10ad167638aa4571 (patch)
treee65c4682a2738052255ce18736992d58810d7451 /unix/configure
parent3f71bff72f6258d1b8c6719f4854c0e688e875bd (diff)
downloadtk-ceafa9076e335e8cf107baae10ad167638aa4571.zip
tk-ceafa9076e335e8cf107baae10ad167638aa4571.tar.gz
tk-ceafa9076e335e8cf107baae10ad167638aa4571.tar.bz2
configure.in: BUGFIX: --enable-xft test was broken.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index e667a63..0d03cae 100755
--- a/unix/configure
+++ b/unix/configure
@@ -6958,7 +6958,7 @@ echo "${ECHO_T}ok" >&6
echo "$as_me: WARNING: Can't find xft configuration" >&2;}
fi
fi
-if test enable_xft="yes" ; then
+if test $enable_xft = "yes" ; then
UNIX_FONT_OBJS=tkUnixRFont.o
cat >>confdefs.h <<\_ACEOF
#define HAVE_XFT 1