diff options
author | dgp <dgp@users.sourceforge.net> | 2006-11-08 15:19:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-11-08 15:19:51 (GMT) |
commit | 30f4adf499a0f678329b9e173152c951e2236e77 (patch) | |
tree | c910188d577be7fd1dd373fae28de1de44318db3 /unix/configure | |
parent | 61efabb02e7dfc9fd185bc9bbd8eac4459c23059 (diff) | |
download | tk-30f4adf499a0f678329b9e173152c951e2236e77.zip tk-30f4adf499a0f678329b9e173152c951e2236e77.tar.gz tk-30f4adf499a0f678329b9e173152c951e2236e77.tar.bz2 |
correct typo
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
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 |