From: Sebastian Bergmann Date: Tue, 1 Nov 2005 10:31:15 +0000 (+0000) Subject: Allow bison 2.1. X-Git-Tag: RELEASE_2_0_1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e094954bd148f2eab4437b50d373e9278e5bb36e;p=php Allow bison 2.1. --- diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 6288ff897f..4264526775 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" + bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1" # for standalone build of Zend Engine test -z "$SED" && SED=sed