From: Derick Rethans Date: Mon, 10 Nov 2008 12:05:28 +0000 (+0000) Subject: - Make it work with bison 2.4. X-Git-Tag: BEFORE_NS_RULES_CHANGE~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb448dca0590b2203888541551bc9790f508780b;p=php - Make it work with bison 2.4. --- diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 77b9bbdeb4..1c6ebd9baa 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" + bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4" # for standalone build of Zend Engine test -z "$SED" && SED=sed