From: Derick Rethans Date: Fri, 4 Aug 2006 06:49:28 +0000 (+0000) Subject: - MFB: Bison 2.3 is working as well. X-Git-Tag: RELEASE_1_0_0RC1~2104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2d717667b3553fde7e8de72b78e0f3246965c7b;p=php - MFB: Bison 2.3 is working as well. --- diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 4f61c7455b..77b9bbdeb4 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" + bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3" # for standalone build of Zend Engine test -z "$SED" && SED=sed