summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2015-10-06 08:24:18 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2015-10-06 08:24:18 (GMT)
commitfb875072295e31682d0b5c999c1f573c70f8acbf (patch)
tree9e8fdf68aae62eedca7e8ae3d217c0efd372eefd /win
parentac5e974d3ec32575be23c0d656263b88e7653016 (diff)
downloadtk-fb875072295e31682d0b5c999c1f573c70f8acbf.zip
tk-fb875072295e31682d0b5c999c1f573c70f8acbf.tar.gz
tk-fb875072295e31682d0b5c999c1f573c70f8acbf.tar.bz2
Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result.
Diffstat (limited to 'win')
-rw-r--r--win/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index 46d3518..2795086 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -784,7 +784,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
LIBRARIES="\${SHARED_LIBRARIES}"
SHLIB_LD_LIBS='${LIBS}'
case "x`echo \${VisualStudioVersion}`" in
- x1[4-9]*)
+ x1[[4-9]]*)
lflags="${lflags} -nodefaultlib:libucrt.lib"
;;
*)
@@ -826,7 +826,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
LIBS="user32.lib advapi32.lib ws2_32.lib"
case "x`echo \${VisualStudioVersion}`" in
- x1[4-9]*)
+ x1[[4-9]]*)
LIBS="$LIBS ucrt.lib"
;;
*)