diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-10-06 08:24:18 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2015-10-06 08:24:18 (GMT) |
commit | fb875072295e31682d0b5c999c1f573c70f8acbf (patch) | |
tree | 9e8fdf68aae62eedca7e8ae3d217c0efd372eefd /win | |
parent | ac5e974d3ec32575be23c0d656263b88e7653016 (diff) | |
download | tk-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.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" ;; *) |