From: Sebastian Bergmann Date: Tue, 23 May 2006 11:11:16 +0000 (+0000) Subject: MFH: Add bison 2.2 to the list of supported versions. X-Git-Tag: php-5.2.0RC1~486 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e7df40852a5cd7515e7700b06c00979a0c4ff04;p=php MFH: Add bison 2.2 to the list of supported versions. --- diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 4264526775..4f61c7455b 100644 --- a/Zend/acinclude.m4 +++ b/Zend/acinclude.m4 @@ -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