mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
- re2c requirement update
(sorry, I thought I'd committed this ages ago)
This commit is contained in:
@@ -58,7 +58,7 @@ if (!PATH_PROG('bison')) {
|
||||
}
|
||||
|
||||
// There's a minimum requirement for re2c..
|
||||
MINRE2C = "0.13.3";
|
||||
MINRE2C = "0.13.4";
|
||||
|
||||
RE2C = PATH_PROG('re2c');
|
||||
if (RE2C) {
|
||||
|
||||
Reference in New Issue
Block a user