From 0d0ef5c79805e6a7dc95f82c1cb67be09422b9ed Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Sun, 20 Jan 2008 13:14:00 +0000 Subject: Converts the iptables build infrastructure to autotools. - Can build both static and dynamic at the same time - iptables-static will be a multi-binary, semi-static (link against libc but w/o dynamic plugins) - Always build IPv6 modules - consider INSTALL Signed-off-by: Jan Engelhardt --- extensions/.set-test | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extensions/.set-test') diff --git a/extensions/.set-test b/extensions/.set-test index 700a73c..754abfd 100755 --- a/extensions/.set-test +++ b/extensions/.set-test @@ -1,2 +1,4 @@ #! /bin/sh -[ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ip_set.h ] && echo set SET +[ "$1" == "provides" -o \ +-f "$KERNEL_DIR/include/linux/netfilter_ipv4/ip_set.h" ] && \ +echo "set SET"; -- cgit v1.2.3