[PR2886] Don't look for ocaml's .opt executables; something in the autoconf/test...
authorGordon Henriksen <gordonhenriksen@mac.com>
Wed, 22 Oct 2008 12:40:40 +0000 (12:40 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Wed, 22 Oct 2008 12:40:40 +0000 (12:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57974 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index d013fed21fd825b805eda94da38381a6f5c1a64a..f2c7714a2a945b262cf305d6d004bec7b9bb1eee 100644 (file)
@@ -610,10 +610,10 @@ AC_PATH_PROG(POD2MAN, [pod2man])
 AC_PATH_PROG(RUNTEST, [runtest])
 DJ_AC_PATH_TCLSH
 AC_PATH_PROG(ZIP, [zip])
-AC_PATH_PROGS(OCAMLC, [ocamlc.opt ocamlc])
-AC_PATH_PROGS(OCAMLOPT, [ocamlopt.opt ocamlopt])
-AC_PATH_PROGS(OCAMLDEP, [ocamldep.opt ocamldep])
-AC_PATH_PROGS(OCAMLDOC, [ocamldoc.opt ocamldoc])
+AC_PATH_PROGS(OCAMLC, [ocamlc])
+AC_PATH_PROGS(OCAMLOPT, [ocamlopt])
+AC_PATH_PROGS(OCAMLDEP, [ocamldep])
+AC_PATH_PROGS(OCAMLDOC, [ocamldoc])
 AC_PATH_PROGS(GAS, [gas as])
 
 dnl Determine if the linker supports the -R option.