diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-06 08:18:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-06 08:18:46 (GMT) |
commit | 5580f4a403b6c1487e27c93960c07cab1691d8f3 (patch) | |
tree | 9985473e7455ea9e95776d00adcc2e29c94bdd16 /win/tcl.m4 | |
parent | 9cac91e2eb9f49a1227ec078f49d8130706a6125 (diff) | |
download | tcl-5580f4a403b6c1487e27c93960c07cab1691d8f3.zip tcl-5580f4a403b6c1487e27c93960c07cab1691d8f3.tar.gz tcl-5580f4a403b6c1487e27c93960c07cab1691d8f3.tar.bz2 |
Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result.
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ;; *) |