summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-11-08 15:50:14 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-11-08 15:50:14 (GMT)
commit685afd8ad9eb8a2043eba630192d4bf068f249c6 (patch)
tree27fd6a4799c678d9126af62db07c4371148a9342 /unix/configure
parentba16786f04a14a4e1bb4e939ca9c17d4934931f1 (diff)
downloadtk-685afd8ad9eb8a2043eba630192d4bf068f249c6.zip
tk-685afd8ad9eb8a2043eba630192d4bf068f249c6.tar.gz
tk-685afd8ad9eb8a2043eba630192d4bf068f249c6.tar.bz2
fixed typo in last commit
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 52d4bcc..8986bb4 100755
--- a/unix/configure
+++ b/unix/configure
@@ -9269,7 +9269,7 @@ else
fi;
XFT_CFLAGS=""
XFT_LIBS=""
- if test "$enable_xft" == "no" ; then
+ if test "$enable_xft" = "no" ; then
echo "$as_me:$LINENO: result: $enable_xft" >&5
echo "${ECHO_T}$enable_xft" >&6
else