forked from Mirror/frr
*: Actually allow end users to not build pbrd
The building of pbrd from a configure compile option was not properly setup. This should do that. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
70bf5a07fd
commit
3cab181d71
|
@ -354,6 +354,8 @@ AC_ARG_ENABLE(isisd,
|
|||
AS_HELP_STRING([--disable-isisd], [do not build isisd]))
|
||||
AC_ARG_ENABLE(pimd,
|
||||
AS_HELP_STRING([--disable-pimd], [do not build pimd]))
|
||||
AC_ARG_ENABLE(pbrd,
|
||||
AS_HELP_STRING([--disable-pbrd], [do not build pbrd]))
|
||||
AC_ARG_ENABLE(bgp-announce,
|
||||
AS_HELP_STRING([--disable-bgp-announce,], [turn off BGP route announcement]))
|
||||
AC_ARG_ENABLE(bgp-vnc,
|
||||
|
|
Loading…
Reference in a new issue