]> granicus.if.org Git - php/commitdiff
Exclude bison 3.0 by Mike
authorXinchen Hui <laruence@php.net>
Tue, 17 Sep 2013 08:54:27 +0000 (16:54 +0800)
committerXinchen Hui <laruence@php.net>
Tue, 17 Sep 2013 08:54:27 +0000 (16:54 +0800)
Zend/acinclude.m4

index fe3ab63beb4c6dca0c44e3587b6c2a05135f1d3f..7fa8c9994059652af29e6feca3d719b0c7bc6afb 100644 (file)
@@ -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