mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02: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
|
fi
|
||||||
|
|
||||||
bgpd_bmp=false
|
bgpd_bmp=false
|
||||||
case "${enable_bmp}" in
|
case "${enable_bgp_bmp}" in
|
||||||
no)
|
no)
|
||||||
;;
|
;;
|
||||||
yes)
|
yes)
|
||||||
|
|
Loading…
Reference in a new issue