From: Stefano Zacchiroli Date: Thu, 12 Jan 2006 13:32:02 +0000 (+0000) Subject: No check for lablgtk2. X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=36534d8daa282465bb40f457a1ca58e18f6731ef No check for lablgtk2. --- diff --git a/helm/matita/configure.ac b/helm/matita/configure.ac index f448eb767..a9641c8fc 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"