X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=59eeb9dac7b72ce78c12c8ce78a4288ee2745450;hp=6b14c4ab4c441ed71c4301d859e80bd8b6f02c6b;hb=2ab233b3124f4dd3e7c686de110d9a97cc525c18;hpb=9771ab2cab74887c6537a4bb16b5f12037e95e12 diff --git a/configure.ac b/configure.ac index 6b14c4a..59eeb9d 100644 --- a/configure.ac +++ b/configure.ac @@ -306,7 +306,7 @@ AC_CHECK_PROG([PERL],[perl],[perl],[no]) dnl Check for Perl modules that must be present to compile and dnl test the Perl bindings. missing_perl_modules=no -for pm in Test::More Test::Pod Test::Pod::Coverage ExtUtils::MakeMaker Locale::TextDomain; do +for pm in Test::More Test::Pod Test::Pod::Coverage ExtUtils::MakeMaker; do AC_MSG_CHECKING([for $pm]) if ! perl -M$pm -e1 >/dev/null 2>&1; then AC_MSG_RESULT([no])