X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=6a8c3cf1b06542ca73c30849579b5204e9317955;hb=b7900f7f60d4b5179e123c91de125cff72d50324;hp=c54b0beb8fe216d944d5712bebdbd342bdd15f1e;hpb=c9e2cdf177f7c7710274022409d67a51e6e20871;p=virt-df.git diff --git a/configure.ac b/configure.ac index c54b0be..6a8c3cf 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(virt-df,2.1.1) +AC_INIT(virt-df,2.1.4) AC_PROG_INSTALL @@ -54,9 +54,9 @@ if test "x$pkg_xml_light" != "xyes"; then AC_MSG_ERROR([Cannot find required OCaml package 'xml-light']) fi -AC_CHECK_OCAML_PKG(bitmatch) -if test "x$pkg_bitmatch" != "xyes"; then - AC_MSG_ERROR([Cannot find required OCaml package 'bitmatch']) +AC_CHECK_OCAML_PKG(bitstring) +if test "x$pkg_bitstring" != "xyes"; then + AC_MSG_ERROR([Cannot find required OCaml package 'bitstring']) fi dnl Check for optional OCaml packages. @@ -67,7 +67,7 @@ AC_SUBST(pkg_unix) AC_SUBST(pkg_extlib) AC_SUBST(pkg_libvirt) AC_SUBST(pkg_xml_light) -AC_SUBST(pkg_bitmatch) +AC_SUBST(pkg_bitstring) AC_SUBST(pkg_gettext) AC_SUBST(pkg_csv)