Skip to content

Commit 39a5f73

Browse files
committed
bump minimum bison version to 3.0 after last parser changes
1 parent dd84bd4 commit 39a5f73

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
@@ -3,7 +3,7 @@ dnl This file contains local autoconf functions.
33
AC_DEFUN([LIBZEND_BISON_CHECK],[
44
# we only support certain bison versions;
55
# min: 2.4 (i.e. 204, major * 100 + minor for easier comparison)
6-
bison_version_min="204"
6+
bison_version_min="300"
77
# non-working versions, e.g. "3.0 3.2";
88
# remove "none" when introducing the first incompatible bison version an
99
# separate any following additions by spaces

0 commit comments

Comments
 (0)