]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/lablgtkmathview/configure.in
Checks for mlminidom and lablgtk added.
[helm.git] / helm / DEVEL / lablgtkmathview / configure.in
index c5546f28c0fbb1c7f67923f12f389fe50663e5ce..b01be7d640311b4d55fe259e3014f6f2b98fb3f9 100644 (file)
@@ -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)