[Libreoffice-commits] core.git: configure.ac

Fridrich Å trba fridrich.strba at bluewin.ch
Sun Mar 3 17:18:33 PST 2013


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

New commits:
commit 2c9d3817429b1537ea31521cb263a52ce9c7968e
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Mar 4 02:18:06 2013 +0100

    Better to add those ones after the check
    
    Change-Id: If9acef1f2b25f94521ce1ff903eaaca7ea90b4cd

diff --git a/configure.ac b/configure.ac
index 9df069c..ede03c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4869,15 +4869,15 @@ find_msvc_dlls()
         msvcdlls="$msvcdlls msvcm90.dll Microsoft.VC90.CRT.manifest"
     fi
 
-    if test "$enable_win_mozab_driver" = "yes" -a "$WITH_MINGW" != "YES" ; then
-        msvcdlls="$msvcdlls Microsoft.VC80.CRT.manifest msvcp80.dll msvcr80.dll"
-    fi
-
     for dll in $msvcdlls; do
         if ! test -f "$msvcdllpath/$dll"; then
             AC_MSG_ERROR([can not find $dll in $msvcdllpath])
         fi
     done
+
+    if test "$enable_win_mozab_driver" = "yes" -a "$WITH_MINGW" != "YES" ; then
+        msvcdlls="$msvcdlls Microsoft.VC80.CRT.manifest msvcp80.dll msvcr80.dll"
+    fi
 }
 
 if test "$build_os" = "cygwin"; then


More information about the Libreoffice-commits mailing list