diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2017-05-28 05:30:00 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2017-05-28 05:30:00 +0300 |
commit | 4c2878427d524d499f9619a9b89a6f4e4f874264 (patch) | |
tree | acf05024c2185da3fc7e51b88b03b63b759a4dd7 | |
parent | 6431ac5cb46abb388c0163e528802aafbdd91bc4 (diff) | |
download | ConsoleKit2-4c2878427d524d499f9619a9b89a6f4e4f874264.tar.gz |
chore: add CONSOLEKIT_DEBUGGING support back in
when compiling with --enable-debug=full
-rw-r--r-- | m4/xdt-features.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/xdt-features.m4 b/m4/xdt-features.m4 index c4ba116..75f82a4 100644 --- a/m4/xdt-features.m4 +++ b/m4/xdt-features.m4 @@ -89,7 +89,7 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support]), fi if test x"$enable_debug" = x"full"; then - AC_DEFINE([DEBUG_TRACE], [1], [Define for tracing support]) + AC_DEFINE([CONSOLEKIT_DEBUGGING], [1], [Define for full ConsoleKit debugging support]) xdt_cv_additional_CFLAGS="$xdt_cv_additional_CFLAGS -O0 -g -Werror" CPPFLAGS="$CPPFLAGS -DG_ENABLE_DEBUG" AC_MSG_RESULT([full]) |