summaryrefslogtreecommitdiffstats
path: root/unix/configure
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/configure
parent61efabb02e7dfc9fd185bc9bbd8eac4459c23059 (diff)
downloadtk-30f4adf499a0f678329b9e173152c951e2236e77.zip
tk-30f4adf499a0f678329b9e173152c951e2236e77.tar.gz
tk-30f4adf499a0f678329b9e173152c951e2236e77.tar.bz2
correct typo
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 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