configure.ac: add AC_PROC_YACC

This commit is contained in:
Thomas Adam 2019-05-23 13:09:34 +01:00
parent 8590ee65e6
commit 82bf0f4d48
1 changed files with 2 additions and 0 deletions

View File

@ -659,5 +659,7 @@ CFLAGS="$SAVED_CFLAGS"
AC_SUBST(AM_LDFLAGS)
LDFLAGS="$SAVED_LDFLAGS"
AC_PROG_YACC
# autoconf should create a Makefile.
AC_OUTPUT(Makefile)