summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2023-04-18 17:21:13 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2023-04-18 17:21:13 +0200
commit02164814b49a3385caae0ea10aa042487c6002d2 (patch)
tree697c985f8b4a1a5c072d0e386bf4fa41ca43c602 /configure.ac
parentfbeef4b74dfd73fb86b1ccc5dd1c6109e3c21624 (diff)
BMP: Allow build without BMP and disable BMP build by default
It has still several important issues to be enabled by default.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f2091219..c9c52038 100644
--- a/configure.ac
+++ b/configure.ac
@@ -312,7 +312,7 @@ if test "$enable_mpls_kernel" != no ; then
fi
fi
-all_protocols="$proto_bfd babel bgp bmp mrt ospf perf pipe radv rip rpki static"
+all_protocols="$proto_bfd babel bgp mrt ospf perf pipe radv rip rpki static"
all_protocols=`echo $all_protocols | sed 's/ /,/g'`