[Libreoffice-commits] core.git: configure.ac
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Sat Nov 7 17:52:52 UTC 2020
configure.ac | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 03a9a80125cf887d26348486b71d78d80c99344d
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Sat Nov 7 17:51:27 2020 +0100
Commit: Michael Stahl <michael.stahl at cib.de>
CommitDate: Sat Nov 7 18:52:07 2020 +0100
configure: OpenSSL needs perl-FindBin to build
Change-Id: Idcea17d2418a2e847a5713293d7a225ed86bd305
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105435
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl at cib.de>
diff --git a/configure.ac b/configure.ac
index 4ff24f35b2b1..cd7af465d660 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5994,6 +5994,10 @@ 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
+ # OpenSSL needs that to build
+ perl_use_string="$perl_use_string ; use FindBin"
+fi
if $PERL -e "$perl_use_string">/dev/null 2>&1; then
AC_MSG_RESULT([all modules found])
else
More information about the Libreoffice-commits
mailing list