From 685afd8ad9eb8a2043eba630192d4bf068f249c6 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Wed, 8 Nov 2006 15:50:14 +0000 Subject: fixed typo in last commit --- unix/configure | 2 +- unix/configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 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 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" -- cgit v0.12