[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 23 16:11:06 PST 2013


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 774dd42dd11142371e21c6842b53d72c13c2d0ef
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Wed Jan 23 19:12:37 2013 -0500

    fix MSM name for x64
    
    Change-Id: Idc81352de3d2a9550457e8f56fd819c0296fd2a8

diff --git a/configure.ac b/configure.ac
index d2810fd..d8ef0d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4967,8 +4967,8 @@ find_msms()
     fi
 
     if test "$BUILD_X64" = TRUE; then
-        if test -e $msmdir/Microsoft_VC${VCVER}_CRT_x86_x64.msm; then
-            msms="$msms Microsoft_VC${VCVER}_CRT_x86_x64.msm"
+        if test -e $msmdir/Microsoft_VC${VCVER}_CRT_x64.msm; then
+            msms="$msms Microsoft_VC${VCVER}_CRT_x64.msm"
         else
             AC_MSG_ERROR([Failed to copy x64 merge modules])
         fi


More information about the Libreoffice-commits mailing list