X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fconfigure.ac;h=745b4dfbe847d15662939a7a57d53ff37848e66b;hb=ded3a0b12793fc8e463a4a3be9f62f54f734897e;hp=e25e1c65c1aa7e3e029ab0c0d676ded7477e87a4;hpb=25d3d1c2613fd2b4e6a323289ca94fb7b75ebe5d;p=helm.git diff --git a/helm/matita/configure.ac b/helm/matita/configure.ac index e25e1c65c..745b4dfbe 100644 --- a/helm/matita/configure.ac +++ b/helm/matita/configure.ac @@ -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)