From 5a6869b2d960a764ba6a6136bb305a1f2bf0b500 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Wed, 8 Aug 2018 15:00:28 -0400 Subject: [PATCH] configure: fix help text Correct help text in a couple of places; add configure switch for new staticd daemon. Signed-off-by: Mark Stapp --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f65b1640d2..42c2963ee6 100755 --- a/configure.ac +++ b/configure.ac @@ -356,7 +356,7 @@ AC_ARG_ENABLE(ospfd, AC_ARG_ENABLE(ospf6d, AS_HELP_STRING([--disable-ospf6d], [do not build ospf6d])) AC_ARG_ENABLE(ldpd, - AS_HELP_STRING([--enable-ldpd], [build ldpd])) + AS_HELP_STRING([--disable-ldpd], [do not build ldpd])) AC_ARG_ENABLE(nhrpd, AS_HELP_STRING([--disable-nhrpd], [do not build nhrpd])) AC_ARG_ENABLE(eigrpd, @@ -372,7 +372,9 @@ AC_ARG_ENABLE(pimd, AC_ARG_ENABLE(pbrd, AS_HELP_STRING([--disable-pbrd], [do not build pbrd])) AC_ARG_ENABLE(sharpd, - AS_HELP_STRING([--enable-sharpd], [do not build sharpd])) + AS_HELP_STRING([--enable-sharpd], [build sharpd])) +AC_ARG_ENABLE(staticd, + AS_HELP_STRING([--disable-staticd], [do not build staticd])) AC_ARG_ENABLE(bgp-announce, AS_HELP_STRING([--disable-bgp-announce,], [turn off BGP route announcement])) AC_ARG_ENABLE(bgp-vnc, -- 2.39.5