]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/lablgtkmathview/configure.in
Dynamic loading of C code enabled.
[helm.git] / helm / DEVEL / lablgtkmathview / configure.in
index d9bb91ac2782efe87c3b19859a7ce0a7964feee0..026e0253e55f2edfac2ee6cd3c709671eb179aa2 100644 (file)
@@ -23,9 +23,9 @@ 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 gdome")
-ocamlfind query gdome ||
-  AC_MSG_ERROR(gdome not installed (according to findlib))
+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 ||