mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
- Reset back to 0.13.4 now that it released.
This commit is contained in:
parent
e22155e848
commit
0fe9a18758
@ -2096,7 +2096,7 @@ AC_DEFUN([PHP_PROG_RE2C],[
|
||||
if test -n "$RE2C"; then
|
||||
AC_CACHE_CHECK([for re2c version], php_cv_re2c_version, [
|
||||
re2c_vernum=`$RE2C --vernum 2>/dev/null`
|
||||
if test -z "$re2c_vernum" || test "$re2c_vernum" -lt "1303"; then
|
||||
if test -z "$re2c_vernum" || test "$re2c_vernum" -lt "1304"; then
|
||||
php_cv_re2c_version=invalid
|
||||
else
|
||||
php_cv_re2c_version="`$RE2C --version | cut -d ' ' -f 2 2>/dev/null` (ok)"
|
||||
|
Loading…
Reference in New Issue
Block a user