mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
check for bison binary, not yacc
this fixes compilation with recent bison
This commit is contained in:
parent
3acbdb5085
commit
495a46aa1d
@ -1842,7 +1842,7 @@ dnl
|
||||
dnl Search for bison and check it's version
|
||||
dnl
|
||||
AC_DEFUN([PHP_PROG_BISON], [
|
||||
AC_PROG_YACC
|
||||
AC_CHECK_PROG(YACC, bison, bison)
|
||||
LIBZEND_BISON_CHECK
|
||||
PHP_SUBST(YACC)
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user