diff options
author | SVN Migration <svn@php.net> | 2006-08-11 03:02:57 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-08-11 03:02:57 +0000 |
commit | efa64999fa3b0ba45dd7655b92949f0591094e7e (patch) | |
tree | 086a201e82f6b9c193c6f65331563f2d9a212595 /Zend/acinclude.m4 | |
parent | 91b6eb5f5cde8166da47ce5d83c8071d80eea393 (diff) | |
download | php-git-php-5.1.5RC1.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_5_1_5RC1'.php-5.1.5RC1
Diffstat (limited to 'Zend/acinclude.m4')
-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 77b9bbdeb4..4264526775 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" # for standalone build of Zend Engine test -z "$SED" && SED=sed |