summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2010-02-05 07:01:51 +0100
committerDavid Lamparter <equinox@diac24.net>2010-02-05 07:01:51 +0100
commitb68880c69f3dc40661c678d78af7a41df92072c3 (patch)
treecc9d0a579fe689dfebe6bd2f6606b6db8a8dd26f /configure.ac
parentadce15e158ce7560631ca8a0185ce12588b111f0 (diff)
downloadquagga-b68880c69f3dc40661c678d78af7a41df92072c3.tar.bz2
quagga-b68880c69f3dc40661c678d78af7a41df92072c3.tar.xz
zebra: fix rdnss on NetBSD
NetBSD ships struct nd_opt_rdnss in netinet/icmp6.h. fix zebra RDNSS to detect and use that if present.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c47b5b4..1785ec2f 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1316,7 +1316,8 @@ AC_CHECK_TYPES([struct sockaddr, struct sockaddr_in,
socklen_t,
struct ifaliasreq, struct if6_aliasreq, struct in6_aliasreq,
struct nd_opt_adv_interval, struct rt_addrinfo,
- struct nd_opt_homeagent_info, struct nd_opt_adv_interval],
+ struct nd_opt_homeagent_info, struct nd_opt_adv_interval,
+ struct nd_opt_rdnss],
[], [], QUAGGA_INCLUDES)
AC_CHECK_MEMBERS([struct sockaddr.sa_len,