git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1799b5c
)
Check for XML::Writer dependency for virt-inspector.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 29 Jun 2009 16:33:32 +0000
(17:33 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 29 Jun 2009 16:33:32 +0000
(17:33 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b8b8e1e
..
ededda3
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-481,7
+481,7
@@
AM_CONDITIONAL([HAVE_HASKELL],
dnl Check for Perl modules needed by the inspector.
missing_perl_modules=no
-for pm in Pod::Usage Getopt::Long Sys::Virt Data::Dumper; do
+for pm in Pod::Usage Getopt::Long Sys::Virt Data::Dumper
XML::Writer
; do
AC_MSG_CHECKING([for $pm])
if ! perl -M$pm -e1 >/dev/null 2>&1; then
AC_MSG_RESULT([no])