summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-17 19:28:10 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-05-17 19:28:10 +0200
commitee350577a0c0f0176486815b937f26f6146fcddd (patch)
tree9d372c2b69ac4a60fbdab2216bc601cd9785d302 /configure.ac
parentf9e0534c466334ac60ec5eb63525800f3a64ac26 (diff)
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)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
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])