summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-09-18 12:26:59 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-09-18 12:26:59 +0000
commit75155ef56de5992b22df1ca2666161ebdb7c6f5c (patch)
tree14bf283b1393b22d3a900d1d117c6639921007cb /autoconf
parent0908d49c22775d20a88f595845b515f669d528f7 (diff)
downloadllvm-75155ef56de5992b22df1ca2666161ebdb7c6f5c.tar.gz
llvm-75155ef56de5992b22df1ca2666161ebdb7c6f5c.tar.bz2
llvm-75155ef56de5992b22df1ca2666161ebdb7c6f5c.tar.xz
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 0444bdfc8f..3d3a167c4d 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -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