summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2021-12-16 20:10:26 +0100
committerFabrice Fontaine <fontaine.fabrice@gmail.com>2021-12-16 23:23:43 +0100
commitbacabf2476553d0e873b827359e1c8a4216c2f8c (patch)
treea0e15c8d1c0342a0cf12bcb59da132f762d82274 /configure.ac
parenta98380bb938cf1c7033aba9e61759315bd2310a0 (diff)
configure.ac: fix enable_bmp typo
enable_bmp doesn't exist, use enable_bgp_bmp Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
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 1bcc42ef8f..c7a5f12863 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1806,7 +1806,7 @@ if test "$enable_bgp_vnc" != "no";then
fi
bgpd_bmp=false
-case "${enable_bmp}" in
+case "${enable_bgp_bmp}" in
no)
;;
yes)