mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 05:39:51 +00:00
hints for the future
Original commit message from CVS: hints for the future
This commit is contained in:
parent
d59eb3357b
commit
8cffde6638
1 changed files with 2 additions and 0 deletions
|
@ -59,12 +59,14 @@ GST_DOC()
|
|||
GST_ARCH()
|
||||
|
||||
dnl we require bison for building of some of the marshal files
|
||||
dnl FIXME: check if AC_PROG_YACC is suitable here
|
||||
AC_PATH_PROG(BISON_PATH, bison, no)
|
||||
if test x$BISON_PATH = xno; then
|
||||
AC_MSG_ERROR(Could not find bison)
|
||||
fi
|
||||
|
||||
dnl we require flex for building the parser
|
||||
dnl FIXME: check if AC_PROG_LEX is suitable here
|
||||
AC_PATH_PROG(FLEX_PATH, flex, no)
|
||||
if test x$FLEX_PATH = xno; then
|
||||
AC_MSG_ERROR(Could not find flex)
|
||||
|
|
Loading…
Reference in a new issue