Skip to content

Commit be581ec

Browse files
committed
Exclude bison 3.0 by Mike
1 parent 52ff129 commit be581ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/acinclude.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[
99
# non-working versions, e.g. "3.0 3.2";
1010
# remove "none" when introducing the first incompatible bison version an
1111
# separate any following additions by spaces
12-
bison_version_exclude="none"
12+
bison_version_exclude="3.0"
1313
1414
# for standalone build of Zend Engine
1515
test -z "$SED" && SED=sed

0 commit comments

Comments
 (0)