[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann
sbergman at redhat.com
Mon Dec 19 10:23:00 UTC 2016
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 86e6d9b62f4d77a6949fdb98c570930a80f6917c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Dec 19 11:20:54 2016 +0100
Make check for broken static initialize_list work with MSVC 2015
...where AC_RUN_IFELSE failed to find libucrt.lib
Change-Id: If696224d179f5e59d22f0a2eaa417ebe80a0ed8a
diff --git a/configure.ac b/configure.ac
index c55eef7..c14fc43 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"
More information about the Libreoffice-commits
mailing list