summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2006-08-04 06:48:59 +0000
committerDerick Rethans <derick@php.net>2006-08-04 06:48:59 +0000
commit3752f6424c6103be26e720e4bb49ec0c4391209e (patch)
tree34ce8cd7382ff5c563c98fb4b75551383addbdb4
parent40fb483022dbe46f3f57f71964391f10ef1257b7 (diff)
downloadphp-git-3752f6424c6103be26e720e4bb49ec0c4391209e.tar.gz
- There is a 2.3 now as well.
-rw-r--r--Zend/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4
index 4f61c7455b..77b9bbdeb4 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"
+ bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3"
# for standalone build of Zend Engine
test -z "$SED" && SED=sed