X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Flablgtkmathview%2Fconfigure.in;h=026e0253e55f2edfac2ee6cd3c709671eb179aa2;hb=ba64642ca7771cd9cc7b9f73476c8f608ffeeda5;hp=d9bb91ac2782efe87c3b19859a7ce0a7964feee0;hpb=5a7485a8f24e457fd4cc091f24c48f3cb8d11fca;p=helm.git diff --git a/helm/DEVEL/lablgtkmathview/configure.in b/helm/DEVEL/lablgtkmathview/configure.in index d9bb91ac2..026e0253e 100644 --- a/helm/DEVEL/lablgtkmathview/configure.in +++ b/helm/DEVEL/lablgtkmathview/configure.in @@ -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 ||