We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd84bd4 commit 39a5f73Copy full SHA for 39a5f73
Zend/acinclude.m4
@@ -3,7 +3,7 @@ dnl This file contains local autoconf functions.
3
AC_DEFUN([LIBZEND_BISON_CHECK],[
4
# we only support certain bison versions;
5
# min: 2.4 (i.e. 204, major * 100 + minor for easier comparison)
6
- bison_version_min="204"
+ bison_version_min="300"
7
# non-working versions, e.g. "3.0 3.2";
8
# remove "none" when introducing the first incompatible bison version an
9
# separate any following additions by spaces
0 commit comments