From 924117c14422d5c40d00a3c03053c7fc20bfc5b6 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 15 Jul 2015 11:03:35 +0200 Subject: [PATCH] build: fix comment for NM_MORE_LOGGING Reported-by: Michael Biebl --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]))