build: fix comment for NM_MORE_LOGGING

Reported-by: Michael Biebl <biebl@debian.org>
(cherry picked from commit 924117c144)
This commit is contained in:
Lubomir Rintel 2015-07-15 11:03:35 +02:00
parent a51a95b7b3
commit a24f089728

View file

@ -848,7 +848,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)]))