mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
build: correct help output about netlink debug
The configure flag _disables_ netlink debug; make the help text match that. Signed-off-by: Mark Stapp <mstapp@nvidia.com>
This commit is contained in:
parent
ebb61fcaf5
commit
c9781f524c
|
@ -765,7 +765,7 @@ AC_ARG_ENABLE([scripting],
|
|||
AS_HELP_STRING([--enable-scripting], [Build with scripting support]))
|
||||
|
||||
AC_ARG_ENABLE([netlink-debug],
|
||||
AS_HELP_STRING([--disable-netlink-debug], [pretty print netlink debug messages]))
|
||||
AS_HELP_STRING([--disable-netlink-debug], [don't pretty print netlink debug messages]))
|
||||
|
||||
if test "$enable_netlink_debug" != "no" ; then
|
||||
AC_DEFINE([NETLINK_DEBUG], [1], [Netlink extra debugging code])
|
||||
|
|
Loading…
Reference in a new issue