]> git.proxmox.com Git - mirror_frr.git/commitdiff
*: Actually allow end users to not build pbrd
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 27 Apr 2018 19:04:40 +0000 (15:04 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 27 Apr 2018 19:04:40 +0000 (15:04 -0400)
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>
configure.ac

index 53a80e790f3de79d4c1e6d3a87ae0014612b9a00..13652ad6405ca2c94003e9345f9371c29cc7ebb6 100755 (executable)
@@ -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,