diff options
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 0444bdf..3d3a167 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 |