summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2008-11-10 12:05:28 +0000
committerDerick Rethans <derick@php.net>2008-11-10 12:05:28 +0000
commitcb448dca0590b2203888541551bc9790f508780b (patch)
tree7dd330f930329cbc9187f31c436984fe8f411015
parent7368bfce560d3e9407c0d262af42722c06217e8c (diff)
downloadphp-git-cb448dca0590b2203888541551bc9790f508780b.tar.gz
- Make it work with bison 2.4.
-rw-r--r--Zend/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4
index 77b9bbdeb4..1c6ebd9baa 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"
+ bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4"
# for standalone build of Zend Engine
test -z "$SED" && SED=sed