Hi Johannes,

2013/7/17 Yasuo Ohgaki <yohg...@ohgaki.net>

> --- a/Zend/acinclude.m4
> +++ b/Zend/acinclude.m4
> @@ -12,7 +12,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[
>    bison_version=none
>    if test "$YACC"; then
>      AC_CACHE_CHECK([for bison version], php_cv_bison_version, [
> -      bison_version_vars=`bison --version 2> /dev/null | grep 'GNU Bison'
> | cut -d ' ' -f 4 |
> +      bison_version_vars=`$YACC --version 2> /dev/null | grep 'GNU Bison'
> | cut -d ' ' -f 4 |
>        php_cv_bison_version=invalid
>        if test -n "$bison_version_vars"; then
>          set $bison_version_vars
>
> To build with specific bison, you may do
>
> YACC=/usr/local/bin/bison1 ./configure
>

Would you commit this patch from PHP 5.3?
It may be easier for us to maintain PHP 5.3 with this.

Thank you.

--
Yasuo Ohgaki
yohg...@ohgaki.net

Reply via email to