]> granicus.if.org Git - php/commitdiff
Add bison 2.6.4 to the list of supported versions
authorSebastian Bergmann <sb@sebastian-bergmann.de>
Wed, 3 Jul 2013 04:36:54 +0000 (06:36 +0200)
committerSebastian Bergmann <sb@sebastian-bergmann.de>
Wed, 3 Jul 2013 04:36:54 +0000 (06:36 +0200)
Zend/acinclude.m4

index 136d2d8befeb57bdc59dd9aaa8914cd089b381e6..77430aba791ea48a7a38c94efb50f1df1f6fdf67 100644 (file)
@@ -4,7 +4,7 @@ dnl This file contains local autoconf functions.
 
 AC_DEFUN([LIBZEND_BISON_CHECK],[
   # we only support certain bison versions
-  bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2"
+  bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.4"
 
   # for standalone build of Zend Engine
   test -z "$SED" && SED=sed