Added test of camlp4of in configure script
This commit is contained in:
parent
71f7db2d11
commit
971f622ea3
2 changed files with 1159 additions and 239 deletions
|
@ -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)])
|
||||
|
|
Loading…
Reference in a new issue