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

David Ostrovsky david at ostrovsky.org
Mon Feb 25 09:41:31 PST 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e98077bbb327a79059177dc08e43cf83859e1de4
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Mon Feb 25 18:40:44 2013 +0100

    fix x--with-system-openssl configure option
    
    Change-Id: Iaf71585bb109e43e0cdb15bc572b5b86f8aee66d

diff --git a/configure.ac b/configure.ac
index 028bfa3..c1934ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8657,7 +8657,7 @@ if test "$_os" = "Darwin" -o "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o \
     OPENSSL_CFLAGS=
     OPENSSL_LIBS="-lssl -lcrypto"
 else
-    libo_CHECK_SYSTEM_MODULE([libssl],[OPENSSL],[openssl])
+    libo_CHECK_SYSTEM_MODULE([openssl],[OPENSSL],[openssl])
 fi
 if test "$with_system_openssl" = "yes"; then
     libo_MINGW_CHECK_DLL([SSL], [libssl])


More information about the Libreoffice-commits mailing list