From 06fd5e46d46f7454baa8f9470976002124827e53 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 25 Jul 2019 17:19:14 +0200 Subject: xtables: Drop support for /etc/xtables.conf As decided upon at NFWS2019, drop support for configurable nftables base chains to use with iptables-nft. Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- configure.ac | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c922f7a0..eb70bd11 100644 --- a/configure.ac +++ b/configure.ac @@ -141,22 +141,6 @@ if test "x$enable_nftables" = "xyes"; then echo " iptables-compat over nftables support." exit 1 fi - - AM_PROG_LEX - AC_PROG_YACC - - if test -z "$ac_cv_prog_YACC" - then - echo "*** Error: No suitable bison/yacc found. ***" - echo " Please install the 'bison' package." - exit 1 - fi - if test -z "$ac_cv_prog_LEX" - then - echo "*** Error: No suitable flex/lex found. ***" - echo " Please install the 'flex' package." - exit 1 - fi fi AM_CONDITIONAL([HAVE_LIBMNL], [test "$mnl" = 1]) -- cgit v1.2.3