summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-04-30 00:12:42 +0000
committerfoobar <sniper@php.net>2005-04-30 00:12:42 +0000
commitbf85fd4f2bd4ed29af44bab9a9548c0528cd9ec9 (patch)
tree2ca1266ebae77cdd29fea77850701a30e481d5c5
parentedd486067482514f8e8f1998612a1c251ac34671 (diff)
downloadphp-git-bf85fd4f2bd4ed29af44bab9a9548c0528cd9ec9.tar.gz
We do allow 2.0 now too.
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
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