summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
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.in
parentba16786f04a14a4e1bb4e939ca9c17d4934931f1 (diff)
downloadtk-685afd8ad9eb8a2043eba630192d4bf068f249c6.zip
tk-685afd8ad9eb8a2043eba630192d4bf068f249c6.tar.gz
tk-685afd8ad9eb8a2043eba630192d4bf068f249c6.tar.bz2
fixed typo in last commit
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 3d741e4..3bb972d 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.125 2006/11/08 15:39:29 kennykb Exp $
+# RCS: @(#) $Id: configure.in,v 1.126 2006/11/08 15:50:14 kennykb Exp $
AC_INIT([tk],[8.5])
AC_PREREQ(2.59)
@@ -428,7 +428,7 @@ if test $tk_aqua = no; then
[enable_xft=$enableval], [enable_xft="default"])
XFT_CFLAGS=""
XFT_LIBS=""
- if test "$enable_xft" == "no" ; then
+ if test "$enable_xft" = "no" ; then
AC_MSG_RESULT([$enable_xft])
else
found_xft="yes"