diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 10:00:06 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 11:29:10 +0000 |
commit | 951ea0e189f051c85de14c508d90d3bad0f1ca7a (patch) | |
tree | 532c39b977ac1167ca0479d098711c146fd8b5b9 /configure.ac | |
parent | c6478d6a01c210ef19735429d7602e3458733e25 (diff) | |
download | libguestfs-951ea0e189f051c85de14c508d90d3bad0f1ca7a.tar.gz libguestfs-951ea0e189f051c85de14c508d90d3bad0f1ca7a.tar.xz libguestfs-951ea0e189f051c85de14c508d90d3bad0f1ca7a.zip |
build: virt-make-fs requires String::ShellQuote, add to configure.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ac1ec105..48d42406 100644 --- a/configure.ac +++ b/configure.ac @@ -806,7 +806,7 @@ dnl Check for Perl modules needed by Perl virt tools (virt-df, etc.) 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; do + 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 AC_MSG_RESULT([no]) |