From cffe9a53f6bacb0c72d83efa19b1a9764d44dc72 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 21 Dec 2010 20:47:08 +0100 Subject: 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. --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') 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], -- cgit v1.2.3