diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-06-25 15:23:48 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-27 14:07:44 +0200 |
commit | 315c31721ac849e201d5f5c9097226306a7a1c00 (patch) | |
tree | bb1b4c7e1dd6036eb8d6bd2951d19db72914eac4 /configure.ac | |
parent | e586fe4585dc07e6f6dd061d09f6a7fb0b22948c (diff) |
Revert "fdo#65975 - fix presumed 32bit windows compile bug in configure."
This reverts commit 0cf61137d2a1993d310e2e8ff9bda4d0ed493ef0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |