From 78dc7c70892c514d4ec1dda1cfd70a616e52515d Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 22 Dec 2000 09:27:56 +0000 Subject: Mauvais numéro de version de camlp4 requis git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1190 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bd4b98092c..7ea38166c0 100755 --- a/configure +++ b/configure @@ -326,7 +326,7 @@ CAMLP4VERSION=`$CAMLP4 -v 2>&1 | sed -n -e 's|.*version *\(.*\)$|\1|p'` case $CAMLP4VERSION in 0.*|1.*|2.00*) echo "Your version of Camlp4 is $CAMLP4VERSION." - echo "You need Camlp4 2.01 or later !" + echo "You need Camlp4 3.00 or later !" echo "Configuration script failed!" exit 1;; ?*) echo "You have Camlp4 $CAMLP4VERSION. Good!";; -- cgit v1.2.3