configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 43fd9bbafcf4348f2b8083baf551f38b8572519c
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 2c9ea07..164c079 100644
--- a/configure.in
+++ b/configure.in
@@ -4034,7 +4034,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