mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 22:17:47 +00:00
[PR2886] Don't look for ocaml's .opt executables; something in the autoconf/test machinery doesn't handle the period properly.
llvm-svn: 57974
This commit is contained in:
parent
91535074e9
commit
d56ecf0044
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user