diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2005-05-29 18:56:18 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2005-05-29 18:56:18 +0000 |
| commit | d1f653bd083da6a43618b53c3bea5a0de7eb8e6c (patch) | |
| tree | e09009fd20171a4509891e3e66049d5402599937 | |
| parent | fce59d9daec85a25dff0ba33bc90f4b6e4dfcdcb (diff) | |
| download | php-git-d1f653bd083da6a43618b53c3bea5a0de7eb8e6c.tar.gz | |
forgot to re-add 1.875 as a valid bison version after testing
| -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 d5bae3769c..c3d0e3952f 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 2.0" + bison_version_list="1.28 1.35 1.75 1.875 2.0" if test "$YACC"; then AC_CACHE_CHECK([for bison version], php_cv_bison_version, [ |
