diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 309cb83..ec2417b 100644 --- a/configure.in +++ b/configure.in @@ -43,15 +43,13 @@ AC_SUBST(srcdir_rel_mf) if test "$enable_ipv6" = yes ; then ip=ipv6 SUFFIX6=6 - if test "$with_protocols" = all ; then - with_protocols=bgp,pipe,rip,static - fi else ip=ipv4 SUFFIX6="" - if test "$with_protocols" = all ; then - with_protocols=bgp,ospf,pipe,rip,static - fi +fi + +if test "$with_protocols" = all ; then + with_protocols=bgp,ospf,pipe,rip,static fi AC_SEARCH_LIBS(clock_gettime,[c rt posix4]) |