Skip to content

Commit 434fae9

Browse files
committed
check for bison binary, not yacc
this fixes compilation with recent bison
1 parent d7022d2 commit 434fae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ dnl
18421842
dnl Search for bison and check it's version
18431843
dnl
18441844
AC_DEFUN([PHP_PROG_BISON], [
1845-
AC_PROG_YACC
1845+
AC_CHECK_PROG(YACC, bison, bison)
18461846
LIBZEND_BISON_CHECK
18471847
PHP_SUBST(YACC)
18481848
])

0 commit comments

Comments
 (0)