summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 32ee560df9..ddd883e54f 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])