summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-06-25 15:23:48 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-27 14:07:44 +0200
commit315c31721ac849e201d5f5c9097226306a7a1c00 (patch)
treebb1b4c7e1dd6036eb8d6bd2951d19db72914eac4 /configure.ac
parente586fe4585dc07e6f6dd061d09f6a7fb0b22948c (diff)
Revert "fdo#65975 - fix presumed 32bit windows compile bug in configure."
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7350d39e230e..12fe94a39f9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4915,7 +4915,7 @@ find_msvc_x64_dlls()
vsarch=x64
fi
- msvcdllpath="$VC_PRODUCT_DIR/redist/$vsarch/Microsoft.VC${VCVER}.CRT"
+ msvcdllpath="$VC_PRODUCT_DIR/redist/x64/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"