You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- php7/acinclude.m4
|
|
+++ php7/acinclude.m4
|
|
@@ -2093,7 +2093,7 @@
|
|
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)
|
|
])
|