From af6d9528ce4e0a23358c26369de6310531cb4559 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 14 Feb 2009 21:04:07 +0000 Subject: [PATCH] 2.4.1 is safe to use. Perhaps we should just drop the 3rd part from the check there? Might be unsafe if they break 2.4.2 though --- Zend/acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 1c6ebd9baa..3dc3da6b61 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" + bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1" # for standalone build of Zend Engine test -z "$SED" && SED=sed -- 2.50.1