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