X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fconfigure.ac;h=fc4322e8da2489a9044f23a061b4b14f1d2670ec;hb=2f084b5e3804c49004d1b0ce332905171634e3e5;hp=f448eb76751852b64b10abcb7479ec7752034e4f;hpb=c84e96bf662f4372a1732926f28429b0f73f8a61;p=helm.git diff --git a/helm/matita/configure.ac b/helm/matita/configure.ac index f448eb767..fc4322e8d 100644 --- a/helm/matita/configure.ac +++ b/helm/matita/configure.ac @@ -20,12 +20,12 @@ if test $HAVE_OCAMLFIND = "yes"; then else AC_MSG_ERROR(could not find ocamlfind) fi -AC_CHECK_PROG(HAVE_LABLGLADECC, lablgladecc2, yes, no) -if test $HAVE_LABLGLADECC = "yes"; then - LABLGLADECC="lablgladecc2" -else - AC_MSG_ERROR(could not find lablgladecc2) -fi +#AC_CHECK_PROG(HAVE_LABLGLADECC, lablgladecc2, yes, no) +#if test $HAVE_LABLGLADECC = "yes"; then + #LABLGLADECC="lablgladecc2" +#else + #AC_MSG_ERROR(could not find lablgladecc2) +#fi AC_CHECK_PROG(HAVE_CAMLP4O, camlp4o, yes, no) if test $HAVE_CAMLP4O = "yes"; then CAMLP4O="camlp4o" @@ -37,7 +37,6 @@ helm-cic_disambiguation \ helm-grafite \ helm-grafite_engine \ helm-grafite_parser \ -helm-hgdome \ helm-tactics \ " FINDLIB_CLEANREQUIRES="$FINDLIB_COMREQUIRES" @@ -54,7 +53,6 @@ FINDLIB_REQUIRES="\ $FINDLIB_CREQUIRES \ lablgtk2.glade \ lablgtkmathview \ -helm-xmldiff \ helm-paramodulation \ " for r in $FINDLIB_REQUIRES