]> matita.cs.unibo.it Git - helm.git/commitdiff
Checks for mlminidom and lablgtk added.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 16 Nov 2001 16:04:38 +0000 (16:04 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 16 Nov 2001 16:04:38 +0000 (16:04 +0000)
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)