billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=6907ecf9f2060b7743528dd0147b262c17f1dc28
commit 6907ecf9f2060b7743528dd0147b262c17f1dc28 Author: Boris Faure <bill...@gmail.com> Date: Mon Oct 17 22:32:35 2016 +0200 configure.ac: remove --with_max_log_level If one don't want logs, it can already be done at efl's level. I wasted too much time on that stupid setting. --- configure.ac | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/configure.ac b/configure.ac index 0c86801..e9ecd97 100644 --- a/configure.ac +++ b/configure.ac @@ -135,23 +135,6 @@ CFLAGS=$orig_cflags EFL_WITH_BIN([edje], [edje-cc], [edje_cc]) -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.])], - [ - 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}]) - with_max_log_level="${withval}" - else - AC_MSG_ERROR([--with-maximum-log-level takes a decimal number, got "${withval}" instead.]) - fi - fi - ], [:]) - -AC_DEFINE_UNQUOTED(EINA_LOG_LEVEL_MAXIMUM, ${with_max_log_level}, [if set, logging is limited to this amount.]) - AC_CONFIG_FILES([ terminology.spec pkgbuild/PKGBUILD --