Revert "minimum version requirement" until there's a version to match it

This commit is contained in:
Steph Fox 2008-03-31 00:28:16 +00:00
parent f8b3482861
commit 36db7c60c9

View file

@ -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) {