diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 21:32:45 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 21:32:45 +0000 |
commit | adfcc2112ef230d43978f0ad4f59c9d3997f9a4a (patch) | |
tree | 4f0778078d2af25a689b3794510ec02580b2f910 /configure.ac | |
parent | 3cf32cca3f8d03fb39e6133584904855cfb8ca74 (diff) |
efl: cleanup unused conditional and always-enabled features.
SVN revision: 77817
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 0d888318fd..9d0fa93099 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -341,8 +341,6 @@ if test "x${have_safety_checks}" = "xyes" ; then | |||
341 | fi | 341 | fi |
342 | AC_SUBST([EINA_CONFIGURE_SAFETY_CHECKS]) | 342 | AC_SUBST([EINA_CONFIGURE_SAFETY_CHECKS]) |
343 | 343 | ||
344 | AM_CONDITIONAL([SAFETY_CHECKS], [test "x$have_safety_checks" = "xyes"]) | ||
345 | |||
346 | if test -n "$with_max_log_level"; then | 344 | if test -n "$with_max_log_level"; then |
347 | AC_MSG_NOTICE([ignoring any EINA_LOG() with level greater than ${with_max_log_level}]) | 345 | AC_MSG_NOTICE([ignoring any EINA_LOG() with level greater than ${with_max_log_level}]) |
348 | AC_DEFINE_UNQUOTED([EINA_LOG_LEVEL_MAXIMUM], [${with_max_log_level}], [if set, logging is limited to this amount.]) | 346 | AC_DEFINE_UNQUOTED([EINA_LOG_LEVEL_MAXIMUM], [${with_max_log_level}], [if set, logging is limited to this amount.]) |
@@ -352,10 +350,6 @@ if test "x${have_stringshare_usage}" = "xyes"; then | |||
352 | AC_DEFINE([EINA_STRINGSHARE_USAGE], [1], [Report Eina stringshare usage pattern]) | 350 | AC_DEFINE([EINA_STRINGSHARE_USAGE], [1], [Report Eina stringshare usage pattern]) |
353 | fi | 351 | fi |
354 | 352 | ||
355 | # Choose best memory pool | ||
356 | EINA_CONFIGURE_DEFAULT_MEMPOOL="#define EINA_DEFAULT_MEMPOOL" | ||
357 | AC_SUBST([EINA_CONFIGURE_DEFAULT_MEMPOOL]) | ||
358 | |||
359 | ### Checks for programs | 353 | ### Checks for programs |
360 | 354 | ||
361 | ### Checks for libraries | 355 | ### Checks for libraries |
@@ -530,9 +524,6 @@ AC_SUBST([EINA_CONFIGURE_ENABLE_LOG]) | |||
530 | 524 | ||
531 | EFL_CHECK_THREADS | 525 | EFL_CHECK_THREADS |
532 | 526 | ||
533 | EINA_CONFIGURE_HAVE_THREADS="#define EINA_HAVE_THREADS" | ||
534 | AC_SUBST(EINA_CONFIGURE_HAVE_THREADS) | ||
535 | |||
536 | if test "$want_debug_threads" = "yes"; then | 527 | if test "$want_debug_threads" = "yes"; then |
537 | EINA_CONFIGURE_HAVE_DEBUG_THREADS="#define EINA_HAVE_DEBUG_THREADS" | 528 | EINA_CONFIGURE_HAVE_DEBUG_THREADS="#define EINA_HAVE_DEBUG_THREADS" |
538 | AC_DEFINE([EFL_DEBUG_THREADS], [1], [Assert when forgot to call eina_threads_init]) | 529 | AC_DEFINE([EFL_DEBUG_THREADS], [1], [Assert when forgot to call eina_threads_init]) |