From bf85fd4f2bd4ed29af44bab9a9548c0528cd9ec9 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 30 Apr 2005 00:12:42 +0000 Subject: [PATCH] We do allow 2.0 now too. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 5d7cad0af59..5a4d702fc7b 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