]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/lablgtkmathview/configure.in
* checking for lablgtk2
[helm.git] / helm / DEVEL / lablgtkmathview / configure.in
index dd11f14e115ea80c204508dd12ed12907fa22580..971deb09afb7df56704e7663ac5153146d39d1e3 100644 (file)
@@ -30,9 +30,9 @@ AC_MSG_CHECKING("for gdome2")
 ocamlfind query gdome2 ||
   AC_MSG_ERROR(gdome2 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 lablgtk2")
+ocamlfind query lablgtk2 ||
+  AC_MSG_ERROR(lablgtk2 not installed (according to findlib))
 
 AC_MSG_CHECKING("for the ocaml library dir")
 OCAML_LIB_DIR=`ocamlc -where`