diff options
author | Felipe Pena <felipe@php.net> | 2010-10-07 21:44:41 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-10-07 21:44:41 +0000 |
commit | f7582fc43b6b80d25741608232cda5db7597b725 (patch) | |
tree | 11f272aa878ec7bfa6986a281343cb54c7163797 | |
parent | 2d2d6f84baa33433b42e1dce9c9e53960b048970 (diff) | |
download | php-git-f7582fc43b6b80d25741608232cda5db7597b725.tar.gz |
- Added bison 2.4.3 version to the bison version list
-rw-r--r-- | Zend/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4 index 4737a1684e..0e175467b2 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" + 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" # for standalone build of Zend Engine test -z "$SED" && SED=sed |