build: fix comment for NM_MORE_LOGGING

Reported-by: Michael Biebl <biebl@debian.org>
This commit is contained in:
Lubomir Rintel 2015-07-15 11:03:35 +02:00
parent 97cf6e47dd
commit 924117c144

View file

@ -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)]))