Make check for broken static initialize_list work with MSVC 2015

...where AC_RUN_IFELSE failed to find libucrt.lib

Change-Id: If696224d179f5e59d22f0a2eaa417ebe80a0ed8a
This commit is contained in:
Stephan Bergmann
2016-12-19 11:20:54 +01:00
parent b01c31598d
commit 86e6d9b62f

View File

@@ -12494,6 +12494,7 @@ if test "$build_os" = "cygwin"; then
PathFormat "${UCRTSDKDIR}lib/$UCRTVERSION/ucrt/x64"
ucrtlibpath_formatted=$formatted_path
ILIB="$ILIB;$ucrtlibpath_formatted"
ILIB1="$ILIB1 -LIBPATH:$ucrtlibpath_formatted"
fi
else
ILIB="$ILIB;$COMPATH/lib"