From ee350577a0c0f0176486815b937f26f6146fcddd Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 17 May 2011 19:28:10 +0200 Subject: Remove outdated checking of IPv6 support from configure.ac ipset can be compiled without IPv6 support since 6.0, however the outdated checking in configure.ac made it not possible. (reported by Denys Fedoryshchenko) --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3ccef61..6849ff5 100644 --- a/configure.ac +++ b/configure.ac @@ -51,11 +51,6 @@ fi AC_PROG_GREP -if test "X`$GREP '^CONFIG_IP6_NF_IPTABLES=' $kbuilddir/.config`" = "X" -then - AC_MSG_ERROR([The kernel build directory $kbuilddir is not configured with IP6_NF_IPTABLES support (ip6tables)]) -fi - if test "X`$GREP 'NFNL_SUBSYS_IPSET' $ksourcedir/include/linux/netfilter/nfnetlink.h`" = "X" then AC_MSG_ERROR([The kernel source directory $ksourcedir is not patched with netlink.patch to support ipset]) -- cgit v1.2.3