]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/configure.ac
local use of OCAMLPATH so that ./script.sh should not be needed anymore
[helm.git] / helm / matita / configure.ac
index e25e1c65c1aa7e3e029ab0c0d676ded7477e87a4..745b4dfbe847d15662939a7a57d53ff37848e66b 100644 (file)
@@ -48,7 +48,7 @@ helm-xmldiff \
 for r in $FINDLIB_REQUIRES
 do
   AC_MSG_CHECKING(for $r ocaml library)
-  if $OCAMLFIND query $r &> /dev/null; then
+  if OCAMLPATH=../ocaml/METAS $OCAMLFIND query $r &> /dev/null; then
     AC_MSG_RESULT(yes)
   else
     AC_MSG_ERROR(could not find $r ocaml library)