From: raster Date: Thu, 21 Jun 2012 08:18:12 +0000 (+0000) Subject: only print err or crit logs. others not compiled in. X-Git-Tag: upstream/0.1~238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=418108378d4bc169b732eb9bd2af72e566978b96;p=platform%2Fupstream%2Fterminology.git only print err or crit logs. others not compiled in. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@72572 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 8691f07..d9ac545 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ PKG_CHECK_MODULES([TERMINOLOGY], [${requirements}]) EFL_WITH_BIN([edje], [edje-cc], [edje_cc]) -with_max_log_level="" +with_max_log_level="EINA_LOG_LEVEL_ERR" AC_ARG_WITH(maximum-log-level, [AC_HELP_STRING([--with-maximum-log-level=NUMBER], [limit terminology log level to the given number, any call to EINA_LOG() with values greater than this will be compiled out, ignoring runtime settings, but saving function calls.])], @@ -42,7 +42,6 @@ AC_ARG_WITH(maximum-log-level, if test "x${withval}" != "xno"; then if echo "${withval}" | grep -E '^[[0-9]]+$' >/dev/null 2>/dev/null; then AC_MSG_NOTICE([ignoring any EINA_LOG() with level greater than ${withval}]) - AC_DEFINE_UNQUOTED(EINA_LOG_LEVEL_MAXIMUM, ${withval}, [if set, logging is limited to this amount.]) with_max_log_level="${withval}" else AC_MSG_ERROR([--with-maximum-log-level takes a decimal number, got "${withval}" instead.]) @@ -50,6 +49,8 @@ AC_ARG_WITH(maximum-log-level, fi ], [:]) +AC_DEFINE_UNQUOTED(EINA_LOG_LEVEL_MAXIMUM, ${with_max_log_level}, [if set, logging is limited to this amount.]) + AC_CONFIG_FILES([ Makefile src/Makefile