summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-04-27 21:04:40 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-04-27 21:04:40 +0200
commit3cab181d71152521c74ec7972e6a64452f23fa22 (patch)
treef6b4d857bcea8263ba2c557296915b7b2e50958b /configure.ac
parenttools: Cleanup code to handle sharp and pbr a bit better (diff)
downloadfrr-3cab181d71152521c74ec7972e6a64452f23fa22.tar.xz
frr-3cab181d71152521c74ec7972e6a64452f23fa22.zip
*: 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>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 53a80e790..13652ad64 100755
--- a/configure.ac
+++ b/configure.ac
@@ -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,