diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-06 08:21:15 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-06 08:21:15 (GMT) |
| commit | ecd0d69efb71877639ef5869a74e36e069641b00 (patch) | |
| tree | 6bcd0cc0c55902d86ff831529af916a1ccbc053f | |
| parent | 4c6eb20ea536a69664da33e0d9b189f9495f2566 (diff) | |
| parent | ef310f81a015c4924dec87bf817613b8a2cedf15 (diff) | |
| download | tcl-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.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ;; *) |
