look for yacc
This commit is contained in:
parent
d7b6c79c41
commit
9672ad0f06
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ AC_SUBST(GMODULE_LIBS)
|
|||
AC_PATH_PROG([FLEX], [flex])
|
||||
test "$FLEX" || AC_MSG_ERROR([flex not found])
|
||||
|
||||
AC_PATH_PROG([YACC], [yacc])
|
||||
test "YACC" || AC_MSG_ERROR([yacc not found])
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
LIBTOOL="$LIBTOOL --silent"
|
||||
AC_PROG_INSTALL
|
||||
|
|
Loading…
Reference in a new issue