Index: library/store/XOTclGdbm/configure.in =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r46f02e4868e118466d888b35d6b281b3f2ba31ac --- library/store/XOTclGdbm/configure.in (.../configure.in) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/store/XOTclGdbm/configure.in (.../configure.in) (revision 46f02e4868e118466d888b35d6b281b3f2ba31ac) @@ -3,7 +3,7 @@ dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.20 2007/10/12 19:53:32 neumann Exp $ +# RCS: @(#) $Id: configure.in,v 1.14 2006/10/04 20:40:23 neumann Exp $ #----------------------------------------------------------------------- # Sample configure.in for Tcl Extensions. The only places you should @@ -25,7 +25,7 @@ #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. -# This will define a ${TEA_PLATFORM} variable == "unix" or "windows" +# This will define a ${TEA_PLATFORM} variable = "unix" or "windows" # as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE. #-------------------------------------------------------------------- @@ -104,7 +104,7 @@ fi fi -if test "${gdbm_h_ok}" == "0" ; then +if test "${gdbm_h_ok}" = "0" ; then AC_MSG_ERROR([ Could not locate gdbm.h on your machine to build XOTclGdbm. You can download a precompiled lib 'libgdbm'