configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e32230ddba34a69e380fac2c6e6888688c908a1b
Author: Andras Timar <[email protected]>
Date: Wed Jul 4 16:31:25 2012 +0200
check for Digest::MD5 Perl module
Change-Id: I11ee3d8ea0245758570cfd482a99f7012c0ad869
diff --git a/configure.in b/configure.in
index d0ca7d5..4b2e961 100644
--- a/configure.in
+++ b/configure.in
@@ -4079,7 +4079,7 @@ dnl Testing for required Perl modules
dnl ===================================================================
AC_MSG_CHECKING([for required Perl modules])
-if `$PERL -e 'use Archive::Zip; use Cwd;'`; then
+if `$PERL -e 'use Archive::Zip; use Cwd; use Digest::MD5'`; then
AC_MSG_RESULT([all modules found])
else
AC_MSG_ERROR([Failed to find some modules])
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits