mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 01:50:25 +01:00
build: fix comment for NM_MORE_LOGGING
Reported-by: Michael Biebl <biebl@debian.org>
This commit is contained in:
parent
97cf6e47dd
commit
924117c144
1 changed files with 1 additions and 1 deletions
|
|
@ -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)]))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue