Version 1.9.6 for release.
[ocaml-bitstring.git] / configure.ac
index 3d74181..3672575 100644 (file)
@@ -17,7 +17,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(ocaml-bitmatch,1.9.1)
+AC_INIT(ocaml-bitmatch,1.9.6)
 
 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)