From 93e868c730dc0b1825b2a685e0b066c051b1cb07 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 13 Mar 2011 11:33:50 +0100 Subject: Implements Router Advertisement protocol. --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4d02332..6b06790 100644 --- a/configure.in +++ b/configure.in @@ -42,13 +42,15 @@ AC_SUBST(srcdir_rel_mf) if test "$enable_ipv6" = yes ; then ip=ipv6 SUFFIX6=6 + all_protocols=bgp,ospf,pipe,radv,rip,static else ip=ipv4 SUFFIX6="" + all_protocols=bgp,ospf,pipe,rip,static fi if test "$with_protocols" = all ; then - with_protocols=bgp,ospf,pipe,rip,static + with_protocols="$all_protocols" fi AC_SEARCH_LIBS(clock_gettime,[c rt posix4]) -- cgit v1.2.3