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

New commits:
commit 9a15f297841f9d980fe71256484b0978b35b972f
Author: Christian Lohmaier <lohmaier+libreoff...@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 <tbehr...@suse.com>
    Tested-by: Thorsten Behrens <tbehr...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to