Added test of camlp4of in configure script

This commit is contained in:
Gwenaël Delaval 2013-07-18 11:21:27 +02:00
parent 71f7db2d11
commit 971f622ea3
2 changed files with 1159 additions and 239 deletions

1393
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -22,6 +22,11 @@ case "$OCAMLVERSION" in
AC_MSG_ERROR(You need Objective Caml 3.10 or higher);;
esac
AC_PROG_CAMLP4
if test "$CAMLP4OF" = "no"; then
AC_MSG_ERROR([Please install Camlp4 with extensions (camlp4of command)])
fi
AC_PROG_FINDLIB
if test "$OCAMLFIND" = "no"; then
AC_MSG_ERROR([Please install OCaml findlib (the ocamlfind command)])