[Libreoffice-commits] core.git: configure.ac
Michael Meeks
michael.meeks at suse.com
Thu Jun 20 09:36:40 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0cf61137d2a1993d310e2e8ff9bda4d0ed493ef0
Author: Michael Meeks <michael.meeks at suse.com>
Date: Thu Jun 20 17:34:24 2013 +0100
fdo#65975 - fix presumed 32bit windows compile bug in configure.
Change-Id: Ia96eef31ddf00f47219265cef306ef950ecb3b27
diff --git a/configure.ac b/configure.ac
index 465e7fd..75a2013 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4873,7 +4873,7 @@ find_msvc_x64_dlls()
vsarch=x64
fi
- msvcdllpath="$VC_PRODUCT_DIR/redist/x64/Microsoft.VC${VCVER}.CRT"
+ msvcdllpath="$VC_PRODUCT_DIR/redist/$vsarch/Microsoft.VC${VCVER}.CRT"
MSVC_DEBUG_DLL_PATH="$VC_PRODUCT_DIR/redist/Debug_NonRedist/$vsarch/Microsoft.VC${VCVER}.DebugCRT"
msvcdlls="msvcp${VCVER}.dll msvcr${VCVER}.dll"
MSVC_DEBUG_DLLS="msvcp${VCVER}d.dll msvcr${VCVER}d.dll"
More information about the Libreoffice-commits
mailing list