mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
build: require Flex.
* configure.ac: Require Flex.
This commit is contained in:
@@ -114,6 +114,9 @@ AC_SUBST([YACC_LIBRARY])
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_LEX
|
||||
if test "$FLEX" != yes; then
|
||||
AC_MSG_ERROR([Flex is required])
|
||||
fi
|
||||
AC_PROG_YACC
|
||||
AC_PROG_RANLIB
|
||||
AC_PROG_GNU_M4
|
||||
|
||||
Reference in New Issue
Block a user