search for: 31cabc2

Displaying 1 result from an estimated 1 matches for "31cabc2".

Did you mean: 31ca1ce2
2015 Sep 18
0
[PATCH] configure: Require OCaml if we need to run the generator.
...d. Note that you can still build without OCaml, if you get the generated files from somewhere else. The source tarballs distributed on the website contain the generated files. --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configure.ac b/configure.ac index 8ff6ce5..31cabc2 100644 --- a/configure.ac +++ b/configure.ac @@ -1117,6 +1117,15 @@ AM_CONDITIONAL([HAVE_OCAMLOPT], AM_CONDITIONAL([HAVE_OCAMLDOC], [test "x$OCAMLDOC" != "xno"]) +dnl OCaml is required if we need to run the generator. +AS_IF([test "x$OCAMLC" = "...