From 6676822a3a67de541520d614fefc2fd2d643be30 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 17 Oct 2012 13:54:31 +0000 Subject: [PATCH] efl: fix swapped dev/debug. thanks demarchi. SVN revision: 78121 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 51180291d4..41d84a999f 100644 --- a/configure.ac +++ b/configure.ac @@ -354,7 +354,7 @@ have_magic_debug="yes" have_safety_checks="yes" want_log="yes" case "$build_profile" in - debug) + dev) with_max_log_level="" have_stringshare_usage="no" 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 @@ -362,7 +362,7 @@ case "$build_profile" in want_debug_threads="no" ;; - dev) + debug) 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