summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-07-03 18:17:27 +0200
committerRene Engelhard <rene@debian.org>2018-07-03 19:12:42 +0200
commit768e1465afb3e78eb00b65afef1a681bada68127 (patch)
treef11ce5ff18a001a081a44ab132e03eb4c099a6cd /configure.ac
parent240cd3e2de7446fb009f7e372da28698aeb2682d (diff)
we still need a Archive::Zip test in configure.ac
since system-hsqldb uses it for checking the hsqldb version. This partly reverts 4e3dc8c141c2efd037c1f214b5edff071812b6a8 Change-Id: I60d333d5807404355dd8c8fc2763e76d3a7fa350 Reviewed-on: https://gerrit.libreoffice.org/56888 Reviewed-by: Rene Engelhard <rene@debian.org> Tested-by: Rene Engelhard <rene@debian.org> (cherry picked from commit d503b5d50b22fe376d74aadbe518bc616299a019) Reviewed-on: https://gerrit.libreoffice.org/56894
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e5fb9f6f9d0a..cbbda6a4aa15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5022,6 +5022,9 @@ if test "$_os" = "WINNT"; then
done
fi
fi
+if test "$with_system_hsqldb" = "yes"; then
+ perl_use_string="$perl_use_string ; use Archive::Zip"
+fi
if $PERL -e "$perl_use_string">/dev/null 2>&1; then
AC_MSG_RESULT([all modules found])
else