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

Luboš Luňák l.lunak at suse.cz
Mon Apr 15 08:07:18 PDT 2013


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

New commits:
commit 38d7306d0645654a02cbb04be57b75d4c11e2266
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Mon Apr 15 17:06:32 2013 +0200

    fix mingw openssl detection
    
    broken in e3f607e766cea9a867c7ebff8bd568536ff67da1
    
    Change-Id: I51fbadcc3565e9c070252834bab4130edb2dcce6

diff --git a/configure.ac b/configure.ac
index 88528d0..64e574e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8584,8 +8584,8 @@ if test "$enable_openssl" = "yes"; then
         libo_CHECK_SYSTEM_MODULE([openssl],[OPENSSL],[openssl])
     fi
     if test "$with_system_openssl" = "yes"; then
-        libo_MINGW_CHECK_DLL([SSL], [libssl])
-        libo_MINGW_CHECK_DLL([CRYPTO], [libcrypto])
+        libo_MINGW_CHECK_DLL([libssl])
+        libo_MINGW_CHECK_DLL([libcrypto])
     fi
 else
     AC_MSG_RESULT([yes])


More information about the Libreoffice-commits mailing list