X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=200c2ca6920342f76994eea914b43d75fe4ca42e;hb=c17c1d9aff9c5a31efb34295ca9e0c99f2fe4d5b;hp=35bac9d4817c51a4e0feba5cbc1a03e6749d4823;hpb=48a58e6a804a639fd5219c506168a89761c27bd9;p=ocaml-bitstring.git diff --git a/configure.ac b/configure.ac index 35bac9d..200c2ca 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(ocaml-bitmatch,1.9) +AC_INIT(ocaml-bitmatch,1.9.4) dnl Check for basic C environment. AC_PROG_CC @@ -51,6 +51,10 @@ if test "x$CAMLP4OF" = "xno"; then AC_MSG_ERROR([You must have camlp4 installed]) fi +dnl Check for Extlib (optional) +AC_CHECK_OCAML_PKG(extlib) +AC_SUBST(pkg_extlib) + dnl Check for CIL (optional) AC_CHECK_OCAML_PKG(cil) AC_SUBST(pkg_cil)