[llvm-commits] [llvm] r42091 - /llvm/trunk/autoconf/configure.ac
Gordon Henriksen
gordonhenriksen at mac.com
Tue Sep 18 05:27:00 PDT 2007
Author: gordon
Date: Tue Sep 18 07:26:59 2007
New Revision: 42091
URL: http://llvm.org/viewvc/llvm-project?rev=42091&view=rev
Log: (empty)
Modified:
llvm/trunk/autoconf/configure.ac
Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=42091&r1=42090&r2=42091&view=diff
==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Tue Sep 18 07:26:59 2007
@@ -532,6 +532,8 @@
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
More information about the llvm-commits
mailing list