1
0
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:
Steph Fox
2008-04-24 16:04:59 +00:00
parent 8fac72574d
commit d19418e53c
+1 -1
View File
@@ -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) {