mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- Update version in error message as well
This commit is contained in:
parent
0d49f05c2f
commit
c9fcda7079
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue