fail if ocamlfind is not installed

Summary:
public
We were testing for the wrong program here.

Reviewed By: dulmarod

Differential Revision: D2748990

fb-gh-sync-id: d2af6f6
master
Jules Villard 9 years ago committed by facebook-github-bot-7
parent fcd040ff8a
commit 85ad874bf4

@ -39,7 +39,7 @@ AC_ASSERT_PROG([ocamlc], [$OCAMLC])
AC_ASSERT_PROG([ocamlopt], [$OCAMLOPT])
AC_ASSERT_PROG([ocamlbuild], [$OCAMLBUILD])
AC_PROG_FINDLIB
AC_ASSERT_PROG([findlib], [$FINDLIB])
AC_ASSERT_PROG([ocamlfind], [$OCAMLFIND])
AC_PROG_OCAMLLEX
AC_ASSERT_PROG([ocamllex], [$OCAMLLEX])
AC_PROG_OCAMLYACC

Loading…
Cancel
Save