From 4bc4d8bfaa99eae626c1c5fbe50096afb05fd0da Mon Sep 17 00:00:00 2001 From: "rjones@amd" Date: Tue, 4 Sep 2007 17:39:43 +0100 Subject: Basic version, just prints the domains and disk/file mappings. --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f1dc5c8..a330327 100644 --- a/configure.ac +++ b/configure.ac @@ -88,6 +88,12 @@ if test "x$pkg_curses" = "xyes"; then else echo "no (needs optional ocaml-curses)" fi +echo -n " virt-df . . . . . . . " +if test "x$pkg_xml_light" = "xyes"; then + echo "yes" +else + echo "no (needs optional xml-light)" +fi echo "------------------------------------------------------------" dnl Produce output files. @@ -100,5 +106,6 @@ AC_CONFIG_FILES([META mlvirsh/Makefile mlvirtmanager/Makefile virt-top/Makefile + virt-df/Makefile ]) AC_OUTPUT -- cgit