From d83f517e3ccb40b0359868b0a133263f1ab882b4 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 19 Oct 2012 01:32:31 +0000 Subject: [PATCH] efl: oops revert things that should not have got in. SVN revision: 78212 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e2bfb98da2..d49f167162 100644 --- a/configure.ac +++ b/configure.ac @@ -361,8 +361,8 @@ case "$build_profile" in with_max_log_level="" have_stringshare_usage="yes" want_valgrind="no" # TODO: "yes" is not working: relocation R_X86_64_32S against `vgPlain_interim_stack' can not be used when making a shared object; recompile with -fPIC - want_debug_malloc="no" - want_debug_threads="no" + want_debug_malloc="yes" + want_debug_threads="yes" ;; release)