]> git.puffer.fish Git - matthieu/frr.git/commitdiff
configure: Fixup `--disable-irdp` option to reflect reality
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 16 Feb 2020 19:39:49 +0000 (14:39 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 16 Feb 2020 19:39:49 +0000 (14:39 -0500)
The help text was not properly setup for `--disable-irdp` fix
it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
configure.ac

index c8371f304e5177a1a475e56ec3508cb7f69f55aa..901cac2318a1a5d5e2323a7c685eb3a7326d2c2a 100755 (executable)
@@ -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],