From bb6a91e6e342dd13830ecba3774870ec75af13de Mon Sep 17 00:00:00 2001 From: Andrzej Kotulski Date: Wed, 1 Jun 2016 05:55:51 -0700 Subject: [PATCH] bump min version of ocaml Summary: Came across when trying to compile infer on fresh VM. Infer depends on reason now. Reason requires ocaml 4.02.3 Reviewed By: jberdine Differential Revision: D3371378 fbshipit-source-id: 598c602 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 417d66357..116e9c612 100644 --- a/configure.ac +++ b/configure.ac @@ -165,7 +165,7 @@ fi AC_PROG_OCAML AC_ASSERT_PROG([ocamlc], [$OCAMLC]) # check the version of OCaml -AC_ASSERT_OCAML_MIN_VERSION([4.02.1]) +AC_ASSERT_OCAML_MIN_VERSION([4.02.3]) AC_ASSERT_PROG([ocamlopt], [$OCAMLOPT]) AC_ASSERT_PROG([ocamlbuild], [$OCAMLBUILD]) AC_PROG_FINDLIB