diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-06 08:26:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-06 08:26:48 (GMT) |
commit | 4f8905d6ca19cb6b104135bd1870de307a294aff (patch) | |
tree | 4b3bf88b6a161532e2d98b1f96376fe2a5d449bd /win | |
parent | 1a403e858b44dbf3d3a12d896877397894fe3e36 (diff) | |
parent | f87593b772ee7134676c3a73f132bd8b8bf592e9 (diff) | |
download | tk-4f8905d6ca19cb6b104135bd1870de307a294aff.zip tk-4f8905d6ca19cb6b104135bd1870de307a294aff.tar.gz tk-4f8905d6ca19cb6b104135bd1870de307a294aff.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
@@ -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" ;; *) |