summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-06 08:21:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-06 08:21:15 (GMT)
commitecd0d69efb71877639ef5869a74e36e069641b00 (patch)
tree6bcd0cc0c55902d86ff831529af916a1ccbc053f
parent4c6eb20ea536a69664da33e0d9b189f9495f2566 (diff)
parentef310f81a015c4924dec87bf817613b8a2cedf15 (diff)
downloadtcl-ecd0d69efb71877639ef5869a74e36e069641b00.zip
tcl-ecd0d69efb71877639ef5869a74e36e069641b00.tar.gz
tcl-ecd0d69efb71877639ef5869a74e36e069641b00.tar.bz2
Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result.
-rw-r--r--win/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index eecc01c..80a5086 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -792,7 +792,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
LIBRARIES="\${SHARED_LIBRARIES}"
EXESUFFIX="\${DBGX}.exe"
case "x`echo \${VisualStudioVersion}`" in
- x1[4-9]*)
+ x1[[4-9]]*)
lflags="${lflags} -nodefaultlib:libucrt.lib"
;;
*)
@@ -837,7 +837,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
LIBS="netapi32.lib kernel32.lib user32.lib advapi32.lib ws2_32.lib"
case "x`echo \${VisualStudioVersion}`" in
- x1[4-9]*)
+ x1[[4-9]]*)
LIBS="$LIBS ucrt.lib"
;;
*)