Zend/acinclude.m4: exclude bison 3.0

From: Date: Tue, 17 Sep 2013 06:08:44 +0000
Subject: Zend/acinclude.m4: exclude bison 3.0
Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
Hi!

Could someone grant me Zend karma, or apply attached patch to master, please?


Thank you.

-- 
Regards,
Mike


diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index fe3ab63..7fa8c99 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

Thread (1 message)

  • Michael Wallner
« previous php.internals (#69161) next »