remove 3.0 from excluded versions because limitation lifted by native-tls

This commit is contained in:
krakjoe 2014-12-22 21:32:14 +00:00
parent fd4844e079
commit 854ccf50c9

View File

@ -9,7 +9,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[
# non-working versions, e.g. "3.0 3.2";
# remove "none" when introducing the first incompatible bison version an
# separate any following additions by spaces
bison_version_exclude="3.0"
bison_version_exclude=""
# for standalone build of Zend Engine
test -z "$SED" && SED=sed