mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Revert "minimum version requirement" until there's a version to match it
This commit is contained in:
parent
f8b3482861
commit
36db7c60c9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ if (!PATH_PROG('bison')) {
|
|||
}
|
||||
|
||||
// There's a minimum requirement for re2c..
|
||||
MINRE2C = "0.13.4";
|
||||
MINRE2C = "0.13.3";
|
||||
|
||||
RE2C = PATH_PROG('re2c');
|
||||
if (RE2C) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue