X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=d59de02c4f868cf0ccca6b305e0cfd0c95237276;hb=d224f4de52d560a08f920505667f590da1e4a69f;hp=d6e87209bc9ab230b287fe1275a6eb8bfea885af;hpb=f1673f86fd358706beb7b5ce357eb4e0ff1d970a;p=ocaml-bitstring.git diff --git a/configure.ac b/configure.ac index d6e8720..d59de02 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ if test "x$OCAMLFIND" = "x"; then fi dnl Check for camlp4 -AC_CHECK_PROG(CAMLP4OF,camlp4of.opt,camlp4of.opt,no) +AC_CHECK_PROG(CAMLP4OF,camlp4of,camlp4of,no) if test "x$CAMLP4OF" = "xno"; then AC_MSG_ERROR([You must have camlp4 installed]) fi