bison version check
I have bison 2.0 on my Gentoo Linux system an PHP's configure script
gives a warning
checking for bison version... invalid
configure: WARNING: You will need bison 1.28, 1.35, 1.75 or 1.875 if
you want to regenerate the Zend/PHP parsers (found 2.0).
but continues. As a result the bison binary is not found during "make"
and the build aborts.
Could this be fixed so that configure only issues a warning but the
Makefile still gets a correct variable with the bison binary?
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
|