X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=configure.ac;h=a3303278cbe65434d12c10e4db0fad2fa30050ac;hp=f1dc5c89393da53e3707f299739b6ee81243cf1b;hb=4bc4d8bfaa99eae626c1c5fbe50096afb05fd0da;hpb=1a7eb475229918cb43f2962316a029273578daab 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