Author: damjan
Date: Sat Jan 21 09:39:48 2017
New Revision: 1779713
URL: http://svn.apache.org/viewvc?rev=1779713&view=rev
Log:
Correlate the Perl modules tested for in bulk with the Perl modules
tested for individually to be reported as missing, so that those
reported as missing are correct.
Patch by: me
Modified:
openoffice/trunk/main/configure.ac
Modified: openoffice/trunk/main/configure.ac
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.ac?rev=1779713&r1=1779712&r2=1779713&view=diff
==============================================================================
--- openoffice/trunk/main/configure.ac (original)
+++ openoffice/trunk/main/configure.ac Sat Jan 21 09:39:48 2017
@@ -2021,7 +2021,12 @@ dnl The list of required Perl modules is
dnl
http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO#General_Build_Requirements
dnl ===================================================================
AC_MSG_CHECKING([for required Perl modules])
-if `$PERL -e 'use Archive::Zip; use LWP::UserAgent; use XML::Parser; use
LWP::Protocol'>/dev/null 2>&1`; then
+if `$PERL -e 'use Archive::Zip;
+ use LWP::UserAgent;
+ use XML::Parser;
+ use Digest::SHA;
+ use Digest::MD5;
+ use LWP::Protocol::https;'>/dev/null 2>&1`; then
AC_MSG_RESULT([all modules found])
else
# Find out which modules are missing.