mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
configure.ac: Remove Bison/YACC checks.
This commit is contained in:
parent
59e05b44be
commit
7df3f6b5e6
1 changed files with 0 additions and 11 deletions
11
configure.ac
11
configure.ac
|
@ -34,17 +34,6 @@ AC_LANG(C++)
|
|||
AC_CONFIG_HEADER(include/ircd/config.h)
|
||||
AX_CXX_COMPILE_STDCXX([14], [gnu], [mandatory], 201300)
|
||||
|
||||
AC_PROG_YACC
|
||||
dnl AC_PROG_YACC defaults to yacc unconditionally if nothing can be found
|
||||
if test "$YACC" = "yacc" -a -z "`which $YACC 2>/dev/null`"; then
|
||||
AC_MSG_ERROR([could not locate a suitable parser generator; install bison, yacc, or byacc])
|
||||
fi
|
||||
|
||||
AC_PROG_LEX
|
||||
if test "$LEX" = ":"; then
|
||||
AC_MSG_ERROR([could not locate a suitable lexical generator, install flex or lex.])
|
||||
fi
|
||||
|
||||
|
||||
dnl ***************************************************************************
|
||||
dnl Makefile tree
|
||||
|
|
Loading…
Reference in a new issue