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:
Fabrice Fontaine 2021-12-16 20:10:26 +01:00
parent a98380bb93
commit bacabf2476

View file

@ -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)