X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=467cd6a7265aaeb94089b764f49b700229920bd3;hb=3b2fb199d45f605e8ce0bd53a523aae90b1fe2d8;hp=d3e54b20f4ccda1c345998e43b1ef632dc034747;hpb=83aaceddad61c6f2a6e378887deebe21bdec6e71;p=virt-mem.git diff --git a/configure.ac b/configure.ac index d3e54b2..467cd6a 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-mem,0.2.5) +AC_INIT(virt-mem,0.2.7) AC_PROG_INSTALL AC_PROG_MKDIR_P @@ -62,9 +62,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. @@ -75,7 +75,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)