We require bison somewhere, so we should check for that in configure

Original commit message from CVS:
We require bison somewhere, so we should check for that in configure
This commit is contained in:
Ronald S. Bultje 2002-04-19 13:17:23 +00:00
parent ce82be12c7
commit f5db767966

View file

@ -57,6 +57,12 @@ fi
GST_DOC()
GST_ARCH()
dnl we require bison for building of some of the marshal files
AC_PATH_PROG(BISON_PATH, bison, no)
if test x$BISON_PATH = xno; then
AC_MSG_ERROR(Could not find bison)
fi
dnl
dnl We should really use AC_SYS_LARGEFILE, but the problem is
dnl many of the plugins don't include "config.h". To assure