1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

- update bison version (mike)

This commit is contained in:
Pierre Joye
2010-05-03 09:05:30 +00:00
parent 151fc3b7c0
commit 0871df60a3
+1 -1
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 2.1 2.2 2.3 2.4 2.4.1"
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"
# for standalone build of Zend Engine
test -z "$SED" && SED=sed