From f82070f9871d281c2802c1624dcf222886b5fb50 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt 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/.condition-test6 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extensions/.condition-test6') diff --git a/extensions/.condition-test6 b/extensions/.condition-test6 index f4af61f8..15a0f042 100755 --- a/extensions/.condition-test6 +++ b/extensions/.condition-test6 @@ -1,3 +1,4 @@ #!/bin/sh -# True if condition6 is applied. -[ -f $KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_condition.h ] && echo condition +[ "$1" == "provides" -o \ +-f "$KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_condition.h" ] && \ +echo "condition"; -- cgit v1.2.3