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 3efea3a commit 893e463Copy full SHA for 893e463
Zend/acinclude.m4
@@ -4,7 +4,7 @@ dnl This file contains local autoconf functions.
4
5
AC_DEFUN([LIBZEND_BISON_CHECK],[
6
# we only support certain bison versions
7
- bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4"
+ bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1"
8
9
# for standalone build of Zend Engine
10
test -z "$SED" && SED=sed
0 commit comments