- Update version in error message as well

This commit is contained in:
Marcus Boerger 2007-05-05 12:24:45 +00:00
parent 0d49f05c2f
commit c9fcda7079

View file

@ -2077,7 +2077,7 @@ AC_DEFUN([PHP_PROG_RE2C],[
fi
case $php_cv_re2c_version in
""|invalid[)]
AC_MSG_WARN([You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.])
AC_MSG_WARN([You will need re2c 0.12.0 or later if you want to regenerate PHP parsers.])
RE2C="exit 0;"
;;
esac