[Sumover-dev] [svn commit] r4643 - vic/branches/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Feb 24 13:39:17 GMT 2010


Author: soohyunc
Date: Wed Feb 24 13:39:17 2010
New Revision: 4643

Modified:
   vic/branches/cc/configure

Log:
fixed a configure script syntax error - this error has been sitting there for
long time without notice, but it came up with the recent version. 
(autoconf version 2.6.2 or later)



Modified: vic/branches/cc/configure
==============================================================================
--- vic/branches/cc/configure	(original)
+++ vic/branches/cc/configure	Wed Feb 24 13:39:17 2010
@@ -4538,7 +4538,7 @@
         V_DEFINE="$V_DEFINE -DMAC_OSX_TCL"
     fi
 
-elif test "${TCL_VERSION}" == "8.0" ; then
+elif test "${TCL_VERSION}" = "8.0" ; then
     if test -f "${TCL_SRC_DIR}/generic/tcl2c.c" ; then
         { echo "$as_me:$LINENO: result: UCL Tcl ${TCL_VERSION}${TCL_PATCH_LEVEL}" >&5
 echo "${ECHO_T}UCL Tcl ${TCL_VERSION}${TCL_PATCH_LEVEL}" >&6; }



More information about the Sumover-dev mailing list