From: Richard Jones Date: Wed, 15 Jul 2009 18:16:02 +0000 (+0100) Subject: Build fix: perl-libintl is not required for the basic Perl bindings. X-Git-Tag: 1.0.62~18 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=dbbbc753043aca5a32a96fa391851cc394e2ceea Build fix: perl-libintl is not required for the basic Perl bindings. --- 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])