From: Pierre Joye Date: Mon, 3 May 2010 09:05:30 +0000 (+0000) Subject: - update bison version (mike) X-Git-Tag: php-5.3.3RC1~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0871df60a3ddcbeeb07b13cf733cb1344cf19427;p=php - update bison version (mike) --- diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 0abc75c76f..4737a1684e 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 2.2 2.3 2.4 2.4.1" + bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2" # for standalone build of Zend Engine test -z "$SED" && SED=sed