summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-30 11:16:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-30 11:16:38 (GMT)
commit47f460b458330c928c83b91eda60b76b3092d711 (patch)
treea31a0b702fd36400a5747c5cc738c2494de954bc /win/configure
parente7e95b939480e1862dd4c534da31c3cd75a3afae (diff)
downloadtk-47f460b458330c928c83b91eda60b76b3092d711.zip
tk-47f460b458330c928c83b91eda60b76b3092d711.tar.gz
tk-47f460b458330c928c83b91eda60b76b3092d711.tar.bz2
Don't limit Universal runtime support to VisualStudio version 14 only, future versions will probably have it as well.
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index 57e0453..c493d8b 100755
--- a/win/configure
+++ b/win/configure
@@ -3828,7 +3828,7 @@ echo "${ECHO_T}using shared flags" >&6
LIBRARIES="\${SHARED_LIBRARIES}"
SHLIB_LD_LIBS='${LIBS}'
case "x`echo \${VisualStudioVersion}`" in
- x14*)
+ x1[4-9]*)
lflags="${lflags} -nodefaultlib:libucrt.lib"
;;
*)
@@ -3873,7 +3873,7 @@ echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6
LIBS="user32.lib advapi32.lib ws2_32.lib"
case "x`echo \${VisualStudioVersion}`" in
- x14*)
+ x1[4-9]*)
LIBS="$LIBS ucrt.lib"
;;
*)