From: Kichan Kwon Date: Fri, 4 Mar 2016 04:45:21 +0000 (+0900) Subject: Rename dlog_debug_mode to debug_mode X-Git-Tag: accepted/tizen/common/20160304.204105~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bfe01e47df578825f51da5b785b7d3380c77d29;p=platform%2Fcore%2Fsystem%2Fdlog.git Rename dlog_debug_mode to debug_mode Change-Id: I31b2b6cfe61b28a14a909655988e892a274f9e69 Signed-off-by: Kichan Kwon --- diff --git a/configure.ac b/configure.ac index 124f3a1..8bc8e11 100755 --- a/configure.ac +++ b/configure.ac @@ -38,11 +38,11 @@ fi AC_SUBST(systemd_journal) # check binary type for dlog debug mode -AC_ARG_ENABLE([dlog_debug_mode], - AS_HELP_STRING([--enable-debug_mode Turn on dlog_debug_mode]), - [dlog_debug_mode=yes], - dlog_debug_mode=no) -if test "x$dlog_debug_mode" = "xyes" ; then +AC_ARG_ENABLE([debug_mode], + AS_HELP_STRING([--enable-debug_mode Turn on debug_mode]), + [debug_mode=yes], + debug_mode=no) +if test "x$debug_mode" = "xyes" ; then DEBUG_CFLAGS+=" -DDLOG_DEBUG_ENABLE" fi AC_ARG_ENABLE([debug_enable],