mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 15:34:30 +00:00
configure.ac: fix enable_bmp typo
enable_bmp doesn't exist, use enable_bgp_bmp Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
a98380bb93
commit
bacabf2476
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user