X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=configure.ac;h=87d662889fc886beeedd462211cbf1d8814a3002;hp=f1dc5c89393da53e3707f299739b6ee81243cf1b;hb=3d742c162cbcb38663da580f1dff58db992f1a22;hpb=a8b837d5018c488a130fcbea425904817a862210 diff --git a/configure.ac b/configure.ac index f1dc5c8..87d6628 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(ocaml-libvirt,0.3.2.7) +AC_INIT(ocaml-libvirt,0.3.2.8) dnl Check for basic C environment. AC_PROG_CC @@ -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