We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00ae200 + df853cb commit 0f70674Copy full SHA for 0f70674
build/php.m4
@@ -1870,7 +1870,7 @@ AC_DEFUN([PHP_PROG_RE2C],[
1870
if test "$php_re2c_check" != "invalid"; then
1871
AC_MSG_RESULT([$php_re2c_version (ok)])
1872
else
1873
- AC_MSG_RESULT([$php_re2c_version])
+ AC_MSG_RESULT([$php_re2c_version (too old)])
1874
fi
1875
1876
configure.ac
@@ -164,7 +164,7 @@ PHP_RUNPATH_SWITCH
164
dnl Checks for some support/generator progs.
165
PHP_PROG_AWK
166
PHP_PROG_BISON([3.0.0])
167
-PHP_PROG_RE2C([0.13.4])
+PHP_PROG_RE2C([1.0.3])
168
PHP_PROG_PHP()
169
170
PHP_ARG_ENABLE([re2c-cgoto],
0 commit comments