X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=8a784a4468c0a127ac0f5c949b8b534639b265a8;hb=3af76b1a2e4d2e1cfa5fc41dfd4c1ddb397cedbb;hp=25c30bb8a165b39f43a3deb6a080452e11766886;hpb=6c17fc407b61fae04a74df9779ff0094fc874e6d;p=virt-df.git diff --git a/configure.ac b/configure.ac index 25c30bb..8a784a4 100644 --- a/configure.ac +++ b/configure.ac @@ -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)