X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fconfigure.ac;h=e3bb73990a6153222c7a9549b495a4267459f85e;hb=a9aedc8ea5cadf6be0cb9f1417dd55b6fd7a9156;hp=36f787c66b7e7e3ccb096dd46532ba1f8dfb0634;hpb=3621e248131c72d46d5babe1c403af0712f2511a;p=helm.git diff --git a/matita/configure.ac b/matita/configure.ac index 36f787c66..e3bb73990 100644 --- a/matita/configure.ac +++ b/matita/configure.ac @@ -24,11 +24,11 @@ if test $HAVE_OCAMLFIND = "yes"; then else AC_MSG_ERROR(could not find ocamlfind) fi -AC_CHECK_PROG(HAVE_LABLGLADECC, lablgladecc, yes, no) +AC_CHECK_PROG(HAVE_LABLGLADECC, lablgladecc3, yes, no) if test $HAVE_LABLGLADECC = "yes"; then - LABLGLADECC="lablgladecc" + LABLGLADECC="lablgladecc3" else - AC_MSG_ERROR(could not find lablgladecc) + AC_MSG_ERROR(could not find lablgladecc3) fi AC_CHECK_PROG(HAVE_CAMLP5O, camlp5o, yes, no) if test $HAVE_CAMLP5O = "yes"; then