[Libreoffice-commits] core.git: configure.ac
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Fri Jul 5 14:57:26 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9a15f297841f9d980fe71256484b0978b35b972f
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Fri Jul 5 13:23:40 2013 +0200
give configure a chance to tell the user what perl-modules are missing
Change-Id: Ibd8cff5ca7d2e2807ef195601c996457e70d6d49
Reviewed-on: https://gerrit.libreoffice.org/4740
Reviewed-by: Thorsten Behrens <tbehrens at suse.com>
Tested-by: Thorsten Behrens <tbehrens at suse.com>
diff --git a/configure.ac b/configure.ac
index fdca180..a48fcd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4717,7 +4717,7 @@ AC_MSG_CHECKING([for required Perl modules])
if `$PERL -e 'use Archive::Zip; use Cwd; use Digest::MD5'>/dev/null 2>&1`; then
AC_MSG_RESULT([all modules found])
else
- AC_MSG_ERROR([Failed to find some modules])
+ AC_MSG_RESULT([failed to find some modules])
# Find out which modules are missing.
missing_perl_modules=
if ! `$PERL -e 'use Archive::Zip;'>/dev/null 2>&1`; then
More information about the Libreoffice-commits
mailing list