From: foobar Date: Sat, 30 Apr 2005 00:12:42 +0000 (+0000) Subject: We do allow 2.0 now too. X-Git-Tag: php-5.0.1b1~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf85fd4f2bd4ed29af44bab9a9548c0528cd9ec9;p=php We do allow 2.0 now too. --- diff --git a/acinclude.m4 b/acinclude.m4 index 5d7cad0af5..5a4d702fc7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1949,7 +1949,7 @@ AC_DEFUN([PHP_PROG_BISON], [ fi case $php_cv_bison_version in ""|invalid[)] - AC_MSG_WARN([You will need bison 1.28, 1.35, 1.75 or 1.875 if you want to regenerate the Zend/PHP parsers (found ${1}.${2}).]) + AC_MSG_WARN([You will need bison 1.28, 1.35, 1.75, 1.875 or 2.0 if you want to regenerate the Zend/PHP parsers (found ${1}.${2}).]) YACC="exit 0;" ;; esac