X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fconfigure.ac;h=4e78143996a600968f9154642c3c809b1b369143;hb=683978a2627cf1ce15673360f26806593d22f7b5;hp=0af17fcad249bb335c600ccb41122254dcb24c27;hpb=21a10d0abc0636a49f12fc066f91270cec4d63d1;p=helm.git diff --git a/helm/software/configure.ac b/helm/software/configure.ac index 0af17fcad..4e7814399 100644 --- a/helm/software/configure.ac +++ b/helm/software/configure.ac @@ -30,11 +30,11 @@ if test $HAVE_LABLGLADECC = "yes"; then 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" +AC_CHECK_PROG(HAVE_CAMLP5O, camlp5o, yes, no) +if test $HAVE_CAMLP5O = "yes"; then + CAMLP5O="camlp5o" else - AC_MSG_ERROR(could not find camlp4o) + AC_MSG_ERROR(could not find camlp5o) fi # look for METAS dir @@ -168,7 +168,7 @@ if test "yes" = "$DBHOST"; then fi AC_MSG_RESULT($MSG) -AC_SUBST(CAMLP4O) +AC_SUBST(CAMLP5O) AC_SUBST(DBHOST) AC_SUBST(DEBUG) AC_SUBST(DISTRIBUTED)