From: Sebastian Bergmann Date: Tue, 23 May 2006 11:10:54 +0000 (+0000) Subject: Add bison 2.2 to the list of supported versions. X-Git-Tag: BEFORE_NEW_OUTPUT_API~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ac660b72ed3aa72884ad1a22aada8bf8a0ddc1e;p=php 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