From 5588b855897246eabae995b5b27a99d566242e10 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 26 Aug 2005 14:59:49 +0000 Subject: [PATCH] Added an ending 'fi' --- config/configure.in | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/config/configure.in b/config/configure.in index bd4894b29..e21e153c7 100755 --- a/config/configure.in +++ b/config/configure.in @@ -897,12 +897,11 @@ fi echo if test "x${OS_IS_WIN}" = "x0"; then -echo "Now type '${MAKE}' to build Cantera" -#else -#echo "Now start Visual Studio, open workspace 'win32/cantera.dsw'," -#echo "and build project 'all'. When this finishes, come back here and " -#echo "type 'make win' to make the Python and/or MATLAB interfaces." -#fi + echo "Now type '${MAKE}' to build Cantera" +# else +# echo "Now start Visual Studio, open workspace 'win32/cantera.dsw'," +# echo "and build project 'all'. When this finishes, come back here and " +# echo "type 'make win' to make the Python and/or MATLAB interfaces." +fi echo -# $Log: configure.in,v