summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-21 20:47:08 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-21 20:47:08 +0100
commitcffe9a53f6bacb0c72d83efa19b1a9764d44dc72 (patch)
tree802a84802d43556554b826af9d1c13f77f0eb34d /configure.ac
parent57d871ad46bfaed44e556cb872f4bfab1004d9e1 (diff)
Kernel version compatibility: support from 2.6.34
The basic kernel compatibility issues are verified back to 2.6.24. The minimal supported kernel version had to be bumped from 2.6.31 to 2.6.34.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index f8b920a..a66610e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,14 +61,6 @@ then
AC_MSG_ERROR([The kernel source directory $ksourcedir is not patched with netlink.patch to support ipset])
fi
-dnl Check kernel dependencies: nfnetlink.h
-NFNL_CB_CONST="`./check_const $ksourcedir/include/linux/netfilter/nfnetlink.h`"
-AC_SUBST(NFNL_CB_CONST)
-
-dnl Check kernel dependencies: netlink.h
-NETLINK_DUMP_CONST="`./check_const $ksourcedir/include/linux/netlink.h`"
-AC_SUBST(NETLINK_DUMP_CONST)
-
dnl Maximal number of sets supported by the kernel, default 256
AC_ARG_WITH([maxsets],
AS_HELP_STRING([--with-maxsets=256],