summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-11-08 15:19:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-11-08 15:19:51 (GMT)
commit30f4adf499a0f678329b9e173152c951e2236e77 (patch)
treec910188d577be7fd1dd373fae28de1de44318db3 /unix
parent61efabb02e7dfc9fd185bc9bbd8eac4459c23059 (diff)
downloadtk-30f4adf499a0f678329b9e173152c951e2236e77.zip
tk-30f4adf499a0f678329b9e173152c951e2236e77.tar.gz
tk-30f4adf499a0f678329b9e173152c951e2236e77.tar.bz2
correct typo
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index 29c3c60..1734e67 100755
--- a/unix/configure
+++ b/unix/configure
@@ -9277,7 +9277,7 @@ fi;
XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || enable_xft="no"
XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || enable_xft="no"
fi
- if test "$enable_xft" == "no" ; then
+ if test "$enable_xft" = "no" ; then
{ echo "$as_me:$LINENO: WARNING: Can't find xft configuration" >&5
echo "$as_me: WARNING: Can't find xft configuration" >&2;}
fi
diff --git a/unix/configure.in b/unix/configure.in
index 8095e06..5d16b0b 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.123 2006/11/07 21:56:24 kennykb Exp $
+# RCS: @(#) $Id: configure.in,v 1.124 2006/11/08 15:19:51 dgp Exp $
AC_INIT([tk],[8.5])
AC_PREREQ(2.59)
@@ -436,7 +436,7 @@ if test $tk_aqua = no; then
XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || enable_xft="no"
XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || enable_xft="no"
fi
- if test "$enable_xft" == "no" ; then
+ if test "$enable_xft" = "no" ; then
AC_MSG_WARN([Can't find xft configuration])
fi
fi