diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-12-10 00:11:26 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-12-10 00:44:13 +0100 |
commit | 5e8df049fbf53220735a2eeb6c751e1758869a18 (patch) | |
tree | 53054b040cac7a7b18025fea4d78ac0ff414de61 /configure.in | |
parent | 2119ae74c2e3b101bb8c6f5f0413b143d9978c9c (diff) |
Babel: Update to integrated branch
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 32344d1f..bb779be7 100644 --- a/configure.in +++ b/configure.in @@ -185,8 +185,7 @@ fi AC_SUBST(iproutedir) -# all_protocols="$proto_bfd babel bgp ospf pipe radv rip $proto_rpki static" -all_protocols="$proto_bfd bgp ospf pipe radv rip $proto_rpki static " +all_protocols="$proto_bfd babel bgp ospf pipe radv rip $proto_rpki static" all_protocols=`echo $all_protocols | sed 's/ /,/g'` |