Revert "Rename dlog_debug_mode to debug_mode" 15/61115/1
authorKwon <k_c.kwon@samsung.com>
Fri, 4 Mar 2016 05:08:00 +0000 (21:08 -0800)
committerKwon <k_c.kwon@samsung.com>
Fri, 4 Mar 2016 05:08:00 +0000 (21:08 -0800)
This reverts commit 1bfe01e47df578825f51da5b785b7d3380c77d29.

Change-Id: I7f385b987d95bd310edaf4a1589a569dfdfc9162

configure.ac

index 8bc8e11..124f3a1 100755 (executable)
@@ -38,11 +38,11 @@ fi
 AC_SUBST(systemd_journal)
 
 # check binary type for dlog debug mode
-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
+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
        DEBUG_CFLAGS+=" -DDLOG_DEBUG_ENABLE"
 fi
 AC_ARG_ENABLE([debug_enable],