X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=85cf463e90c8f63cbe173447449f897cd8032542;hb=556a74a4dac8afb31d016ea673bece55b09e8994;hp=aadbe9fdf3b0689accbed465e75c7dfc22658e5e;hpb=a97dd1d9d21bf10f276ce87509eb7469c0fa104a;p=libguestfs.git diff --git a/configure.ac b/configure.ac index aadbe9f..85cf463 100644 --- a/configure.ac +++ b/configure.ac @@ -798,7 +798,7 @@ AS_IF([test "x$PERL" != "xno"], missing_perl_modules=no for pm in Pod::Usage Getopt::Long Sys::Virt Data::Dumper Locale::TextDomain Win::Hivex Win::Hivex::Regedit String::ShellQuote; do AC_MSG_CHECKING([for $pm]) - if ! $PERL -M$pm -e1 >/dev/null 2>&1; then + if ! $PERL -M$pm -e1 >&AS_MESSAGE_LOG_FD 2>&1; then AC_MSG_RESULT([no]) missing_perl_modules=yes else