Commit:    be581ec66d2e9085e9e12a70cbec227be00b8725
Author:    Xinchen Hui <larue...@php.net>         Tue, 17 Sep 2013 16:54:27 
+0800
Parents:   52ff129607a7193cccbc6bdfbf1c1e8586e8d0d2
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=be581ec66d2e9085e9e12a70cbec227be00b8725

Log:
Exclude bison 3.0 by Mike

Changed paths:
  M  Zend/acinclude.m4


Diff:
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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to