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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 4 09:59:04 UTC 2021


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

New commits:
commit 380ab85b6594a013f34f5e6ec69fb569336bbb48
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Feb 3 15:37:03 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Feb 4 10:55:46 2021 +0100

    don't need FindBin if --disable-openssl used
    
    Change-Id: I786ca760b8f4e606945acfc9b2667c2305c014d1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110378
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/configure.ac b/configure.ac
index 75f5543703f2..e6607334b067 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5985,7 +5985,7 @@ fi
 if test "$with_system_hsqldb" = "yes"; then
     perl_use_string="$perl_use_string ; use Archive::Zip"
 fi
-if test "$with_system_openssl" != "yes"; then
+if test "$enable_openssl" = "yes" -a "$with_system_openssl" != "yes"; then
     # OpenSSL needs that to build
     perl_use_string="$perl_use_string ; use FindBin"
 fi


More information about the Libreoffice-commits mailing list