sync win32 makefile with makedist zendparse exports

With a newer bison this part is relevant. Whil bison 2.4.1 is still
used, this changes cater for the forward compatibility.
This commit is contained in:
Anatol Belski 2016-09-29 12:56:49 +02:00
parent e7f4355d9b
commit 62bed405da
2 changed files with 6 additions and 0 deletions

View file

@ -2498,6 +2498,9 @@ function toolset_setup_project_tools()
ERROR('bison is required')
}
/* TODO throw error, ignore for now for BC. */
PATH_PROG('sed');
RE2C = PATH_PROG('re2c');
if (RE2C) {
var intvers, intmin;