build: set LLOG_ENABLE_DEBUG

Set LLOG_ENABLE_DEBUG if debug mode is used.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-06-24 17:55:59 +02:00
parent 35bea2847b
commit 65482ff11c

View File

@ -119,6 +119,7 @@ if test ! x$debug = xyes ; then
else
AC_DEFINE([KMSCON_ENABLE_DEBUG], [1], [Enable debug for kmscon])
AC_DEFINE([LOG_ENABLE_DEBUG], [1], [Enable debug for log subsystem])
AC_DEFINE([LLOG_ENABLE_DEBUG], [1], [Enable debug for llog subsystem])
fi
AC_CONFIG_FILES([Makefile docs/reference/Makefile docs/reference/version.xml])