diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-04-27 21:04:40 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-04-27 21:04:40 +0200 |
commit | 3cab181d71152521c74ec7972e6a64452f23fa22 (patch) | |
tree | f6b4d857bcea8263ba2c557296915b7b2e50958b /configure.ac | |
parent | tools: Cleanup code to handle sharp and pbr a bit better (diff) | |
download | frr-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-x | configure.ac | 2 |
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, |