summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-07-15 11:03:35 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-07-15 11:03:35 +0200
commit924117c14422d5c40d00a3c03053c7fc20bfc5b6 (patch)
treee0150e4922878bce008fbe3095f382cfda240f32
parent97cf6e47dd9a28788bda91ad73b8cf4eaeca3e8c (diff)
downloadNetworkManager-924117c14422d5c40d00a3c03053c7fc20bfc5b6.tar.gz
build: fix comment for NM_MORE_LOGGING
Reported-by: Michael Biebl <biebl@debian.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9d5ad54719..b0c2277633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -901,7 +901,7 @@ fi
AC_ARG_ENABLE(more-logging,
AS_HELP_STRING([--enable-more-logging], [Enable more debug logging (default: no)]))
if test "${enable_more_logging}" = "yes"; then
- AC_DEFINE(NM_MORE_LOGGING, [1], [Define if more asserts are enabled])
+ AC_DEFINE(NM_MORE_LOGGING, [1], [Define if more debug logging is enabled])
fi
AC_ARG_ENABLE(lto, AS_HELP_STRING([--enable-lto], [Enable Link Time Optimization for smaller size (default: no)]))