diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-19 11:20:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-19 11:20:54 +0100 |
commit | 86e6d9b62f4d77a6949fdb98c570930a80f6917c (patch) | |
tree | 43ae5dda141210ca73eb918bbe91aaa3183f8049 /configure.ac | |
parent | b01c31598d47e18ce5c06efbb485ab90b9d355fb (diff) |
Make check for broken static initialize_list work with MSVC 2015
...where AC_RUN_IFELSE failed to find libucrt.lib
Change-Id: If696224d179f5e59d22f0a2eaa417ebe80a0ed8a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c55eef75cf6c..c14fc430ca72 100644 --- a/configure.ac +++ b/configure.ac @@ -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" |