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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Feb 3 19:41:20 GMT 2010


Author: soohyunc
Date: Wed Feb  3 19:41:20 2010
New Revision: 4590

Modified:
   vic/branches/cc/configure

Log:
fixed a script error in "configure".
 


Modified: vic/branches/cc/configure
==============================================================================
--- vic/branches/cc/configure	(original)
+++ vic/branches/cc/configure	Wed Feb  3 19:41:20 2010
@@ -4752,7 +4752,7 @@
 
 { echo "$as_me:$LINENO: checking for a compatible version of Tk" >&5
 echo $ECHO_N "checking for a compatible version of Tk... $ECHO_C" >&6; }
-if test "${TCL_VERSION}" == "${TK_VERSION}"; then
+if test "${TCL_VERSION}" = "${TK_VERSION}"; then
     { echo "$as_me:$LINENO: result: Tk ${TK_VERSION}${TK_PATCH_LEVEL}" >&5
 echo "${ECHO_T}Tk ${TK_VERSION}${TK_PATCH_LEVEL}" >&6; }
 



More information about the Sumover-dev mailing list