git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-0410...
authorGordon Henriksen <gordonhenriksen@mac.com>
Tue, 18 Sep 2007 12:26:59 +0000 (12:26 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Tue, 18 Sep 2007 12:26:59 +0000 (12:26 +0000)
autoconf/configure.ac

index 0444bdfc8f6d61013924f76b70a1eceb41ce15c6..3d3a167c4d8b570ff3c0454db6041ac72b6ab49b 100644 (file)
@@ -532,6 +532,8 @@ AC_PATH_PROG(POD2MAN,[pod2man],[echo "Skipped: pod2man not found"])
 AC_PATH_PROG(RUNTEST,[runtest],[echo "Skipped: runtest not found"])
 DJ_AC_PATH_TCLSH
 AC_PATH_PROG(ZIP,[zip],[echo "Skipped: zip not found"])
+AC_PATH_PROG(OCAMLC,[ocamlc],[echo "Skipped: ocamlc not found"])
+AC_PATH_PROG(OCAMLOPT,[ocamlopt],[echo "Skipped: ocamlopt not found"])
 
 dnl Determine if the linker supports the -R option.
 AC_LINK_USE_R