X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Flablgtkmathview%2Fconfigure.in;h=b01be7d640311b4d55fe259e3014f6f2b98fb3f9;hb=09aa799947c84148221af82e94e911adea8fd1e6;hp=c5546f28c0fbb1c7f67923f12f389fe50663e5ce;hpb=aa4eb8949201e7a7b54e3459ec0fe271e126049c;p=helm.git diff --git a/helm/DEVEL/lablgtkmathview/configure.in b/helm/DEVEL/lablgtkmathview/configure.in index c5546f28c..b01be7d64 100644 --- a/helm/DEVEL/lablgtkmathview/configure.in +++ b/helm/DEVEL/lablgtkmathview/configure.in @@ -23,6 +23,14 @@ if test $HAVE_OCAMLFIND = "no"; then AC_MSG_ERROR(could not find ocamlfind in PATH, please make sure findlib is installed) fi +AC_MSG_CHECKING("for mlminidom") +ocamlfind query mlminidom || + AC_MSG_ERROR(mlminidom not installed (according to findlib)) + +AC_MSG_CHECKING("for lablgtk") +ocamlfind query lablgtk || + AC_MSG_ERROR(lablgtk not installed (according to findlib)) + AC_MSG_CHECKING("for the ocaml library dir") OCAML_LIB_DIR=`ocamlc -where` AC_MSG_RESULT($OCAML_LIB_DIR)