configure: Don't test for camlp4of.opt, test for camlp4of.
[ocaml-bitstring.git] / configure.ac
index d6e8720..d59de02 100644 (file)
@@ -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