summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-16 14:39:49 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-02-16 14:39:49 -0500
commite2b26a4d4e60e4d9d29f17aad45320d5923e0e3c (patch)
tree6c5a22ea6ff7c98835c32c2ef0d58afada9fd45a
parent918379442516acc1d1b0c827bc0aa8beef672725 (diff)
configure: Fixup `--disable-irdp` option to reflect reality
The help text was not properly setup for `--disable-irdp` fix it. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8371f304e..901cac2318 100755
--- a/configure.ac
+++ b/configure.ac
@@ -543,7 +543,7 @@ AC_ARG_ENABLE([realms],
AC_ARG_ENABLE([rtadv],
AS_HELP_STRING([--disable-rtadv], [disable IPV6 router advertisement feature]))
AC_ARG_ENABLE([irdp],
- AS_HELP_STRING([--disable-irdp], [enable IRDP server support in zebra (default if supported)]))
+ AS_HELP_STRING([--disable-irdp], [disable IRDP server support in zebra (enabled by default if supported)]))
AC_ARG_ENABLE([capabilities],
AS_HELP_STRING([--disable-capabilities], [disable using POSIX capabilities]))
AC_ARG_ENABLE([rusage],