shell: delete AC_PROG_YACC

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Fangrui Song 2019-10-10 16:30:42 +00:00 committed by Herbert Xu
parent 7710a926b3
commit f30bd155cc

View File

@ -9,7 +9,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
dnl Checks for programs.
AC_PROG_CC
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_YACC
AC_MSG_CHECKING([for build system compiler])
if test "$cross_compiling" = yes; then