mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
MFH: Add bison 2.2 to the list of supported versions.
This commit is contained in:
parent
c1b749f491
commit
3e7df40852
@ -4,7 +4,7 @@ dnl This file contains local autoconf functions.
|
||||
|
||||
AC_DEFUN([LIBZEND_BISON_CHECK],[
|
||||
# we only support certain bison versions
|
||||
bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1"
|
||||
bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2"
|
||||
|
||||
# for standalone build of Zend Engine
|
||||
test -z "$SED" && SED=sed
|
||||
|
Loading…
Reference in New Issue
Block a user