summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorSebastian Bergmann <sb@sebastian-bergmann.de>2013-07-03 06:36:54 +0200
committerSebastian Bergmann <sb@sebastian-bergmann.de>2013-07-03 06:36:54 +0200
commit50ac53e1b109795e3abb92735a3a35cebcdd47a7 (patch)
treea4c346c0c8355df9c677c643cc88788348abd318 /Zend
parente4ee921b7ea7f549b6cc2ed29797a7f7f17962c6 (diff)
downloadphp-git-50ac53e1b109795e3abb92735a3a35cebcdd47a7.tar.gz
Add bison 2.6.4 to the list of supported versions
Diffstat (limited to 'Zend')
-rw-r--r--Zend/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4
index 136d2d8bef..77430aba79 100644
--- a/Zend/acinclude.m4
+++ b/Zend/acinclude.m4
@@ -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