X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=4df270b379fa0ce7b297dacd0ee20a63be0b6758;hb=1f771b80c0d80f0de36254d2481d1e7b6ae999a4;hp=6d85a4e306269b8e6b57d43dae74cb612c52f65d;hpb=798ace2e58a4bbe607d907a9efc7388e221dc431;p=oota-llvm.git diff --git a/Makefile.config.in b/Makefile.config.in index 6d85a4e3062..4df270b379f 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -203,10 +203,7 @@ DOXYGEN := @DOXYGEN@ GROFF := @GROFF@ GZIPBIN := @GZIPBIN@ GO := @GO@ -OCAMLC := @OCAMLC@ -OCAMLOPT := @OCAMLOPT@ -OCAMLDEP := @OCAMLDEP@ -OCAMLDOC := @OCAMLDOC@ +OCAMLFIND := @OCAMLFIND@ GAS := @GAS@ POD2HTML := @POD2HTML@ POD2MAN := @POD2MAN@ @@ -218,6 +215,9 @@ HAVE_DLOPEN := @HAVE_DLOPEN@ HAVE_PTHREAD := @HAVE_PTHREAD@ HAVE_TERMINFO := @HAVE_TERMINFO@ +HAVE_OCAMLOPT := @HAVE_OCAMLOPT@ +HAVE_OCAML_OUNIT := @HAVE_OCAML_OUNIT@ + LIBS := @LIBS@ # Targets that are possible to build