configure.ac: add AC_PROC_YACC

This commit is contained in:
Thomas Adam 2019-05-23 13:09:34 +01:00
parent 092c7bfeb8
commit d67b99c7e4

View File

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