diff options
| author | Mark Stapp <mstapp@nvidia.com> | 2021-09-17 16:30:23 -0400 | 
|---|---|---|
| committer | Mark Stapp <mstapp@nvidia.com> | 2022-02-25 09:53:02 -0500 | 
| commit | c9781f524c3ca17584c86c0e1f4d68dd8b8d4348 (patch) | |
| tree | 48205dfcd7f285412dda0925be3cc1ed32b7ae96 /configure.ac | |
| parent | ebb61fcaf5b94c4cafac1016625200e9bafe5ab9 (diff) | |
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>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bdddf4b846..ae773fbaa9 100644 --- a/configure.ac +++ b/configure.ac @@ -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])  | 
