From 854ccf50c9d01e6e54227cd2479976cb3ca76a56 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Mon, 22 Dec 2014 21:32:14 +0000 Subject: [PATCH] remove 3.0 from excluded versions because limitation lifted by native-tls --- Zend/acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 7fa8c99940..9d6cb1da63 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="3.0" + bison_version_exclude="" # for standalone build of Zend Engine test -z "$SED" && SED=sed -- 2.40.0