From 754984377c7ccfc2a4a7ea6b3d4fdc280e02f7c2 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Wed, 2 Jan 2008 13:55:34 +0000 Subject: Fix configure check for IPv6 detection, and add an IPV6 OPTION PR: 117144 Submitted by: Joerg Pulz --- sysutils/nut22/files/patch-m4-nut_check_ipv6.m4 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/nut22/files/patch-m4-nut_check_ipv6.m4 (limited to 'sysutils/nut22/files/patch-m4-nut_check_ipv6.m4') diff --git a/sysutils/nut22/files/patch-m4-nut_check_ipv6.m4 b/sysutils/nut22/files/patch-m4-nut_check_ipv6.m4 new file mode 100644 index 000000000000..fa12e98b55d3 --- /dev/null +++ b/sysutils/nut22/files/patch-m4-nut_check_ipv6.m4 @@ -0,0 +1,13 @@ +--- m4/nut_check_ipv6.m4.orig 2007-03-15 21:19:05.000000000 +0100 ++++ m4/nut_check_ipv6.m4 2007-10-15 11:42:02.000000000 +0200 +@@ -22,7 +22,9 @@ + struct in6_addr], + [:], + [nut_have_ipv6=no], +- [#include ]) ++ [#include ++ #include ++ #include ]) + + dnl AC_CHECK_MEMBERS([struct in6_addr.s6_addr32], + dnl [:], -- cgit v1.2.3