MFH: Allow bison 2.1.

This commit is contained in:
Sebastian Bergmann 2005-11-01 10:31:56 +00:00
parent 38c5dd2929
commit 02eb02d1ce

View file

@ -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"
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