aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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!";;