From be581ec66d2e9085e9e12a70cbec227be00b8725 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 17 Sep 2013 16:54:27 +0800 Subject: [PATCH] Exclude bison 3.0 by Mike --- Zend/acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index fe3ab63beb4..7fa8c999405 100644 --- a/Zend/acinclude.m4 +++ b/Zend/acinclude.m4 @@ -9,7 +9,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[ # non-working versions, e.g. "3.0 3.2"; # remove "none" when introducing the first incompatible bison version an # separate any following additions by spaces - bison_version_exclude="none" + bison_version_exclude="3.0" # for standalone build of Zend Engine test -z "$SED" && SED=sed