From 36534d8daa282465bb40f457a1ca58e18f6731ef Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 12 Jan 2006 13:32:02 +0000 Subject: [PATCH] No check for lablgtk2. --- helm/matita/configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" -- 2.39.2