From 3752f6424c6103be26e720e4bb49ec0c4391209e Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 4 Aug 2006 06:48:59 +0000 Subject: [PATCH] - There is a 2.3 now as well. --- Zend/acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 4f61c7455b68f..77b9bbdeb408e 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