From 4d66408a8b61210420e2534485d2e53a886b9edc Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 31 May 2012 02:34:46 +0000 Subject: [PATCH] let's turn eina thread debug OFF by default eh? :) SVN revision: 71571 --- legacy/eina/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eina/configure.ac b/legacy/eina/configure.ac index 850edc7..d7fcff2 100644 --- a/legacy/eina/configure.ac +++ b/legacy/eina/configure.ac @@ -103,11 +103,11 @@ fi AC_SUBST(EINA_CONFIGURE_HAVE_THREADS) AM_CONDITIONAL([EINA_HAVE_THREADS], [! test "x${efl_have_threads}" = "xno"]) -if ! test "x${efl_have_debug_threads}" = "xno"; then +if test "x${efl_have_debug_threads}" = "xyes"; then EINA_CONFIGURE_HAVE_DEBUG_THREADS="#define EINA_HAVE_DEBUG_THREADS" fi AC_SUBST(EINA_CONFIGURE_HAVE_DEBUG_THREADS) -AM_CONDITIONAL([EINA_DEBUG_THREADS], [! test "x${efl_have_debug_threads}" = "xno"]) +AM_CONDITIONAL([EINA_DEBUG_THREADS], [test "x${efl_have_debug_threads}" = "xyes"]) if ! test "x${efl_have_on_off_threads}" = "xno"; then EINA_CONFIGURE_HAVE_ON_OFF_THREADS="#define EINA_HAVE_ON_OFF_THREADS" -- 2.7.4