Guest User

Untitled

a guest
Oct 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. diff --git a/Zend/acinclude.m4 b/Zend/acinclude.m4
  2. index 7fa8c99..0375c9c 100644
  3. --- a/Zend/acinclude.m4
  4. +++ b/Zend/acinclude.m4
  5. @@ -9,7 +9,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[
  6. # non-working versions, e.g. "3.0 3.2";
  7. # remove "none" when introducing the first incompatible bison version an
  8. # separate any following additions by spaces
  9. - bison_version_exclude="3.0"
  10. + bison_version_exclude="3.0.0"
  11.  
  12. # for standalone build of Zend Engine
  13. test -z "$SED" && SED=sed
  14. @@ -21,7 +21,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[
  15. php_cv_bison_version=invalid
  16. if test -n "$bison_version_vars"; then
  17. set $bison_version_vars
  18. - bison_version="${1}.${2}"
  19. + bison_version="${1}.${2}.${3}"
  20. bison_version_num="`expr ${1} \* 100 + ${2}`"
  21. if test $bison_version_num -ge $bison_version_min; then
  22. php_cv_bison_version="$bison_version (ok)"
Add Comment
Please, Sign In to add comment