Exclude bison 3.0 by Mike

This commit is contained in:
Xinchen Hui 2013-09-17 16:54:27 +08:00
parent 52ff129607
commit be581ec66d

View File

@ -9,7 +9,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[
# non-working versions, e.g. "3.0 3.2";
# remove "none" when introducing the first incompatible bison version an
# separate any following additions by spaces
bison_version_exclude="none"
bison_version_exclude="3.0"
# for standalone build of Zend Engine
test -z "$SED" && SED=sed