mirror of
https://github.com/php/php-src.git
synced 2024-12-17 13:59:28 +08:00
forgot to re-add 1.875 as a valid bison version after testing
This commit is contained in:
parent
fce59d9dae
commit
d1f653bd08
@ -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, [
|
||||
|
Loading…
Reference in New Issue
Block a user