From a63fa0e4a6187be5922c6375e0dc4b978e1a0c31 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 9 Jan 2013 02:04:26 +0000 Subject: [PATCH] oops- the other one. fuck. too much context switching - i can't focus on any one thing at all lately. crap. SVN revision: 82431 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5d9cc05ee2..775dcee90b 100644 --- a/configure.ac +++ b/configure.ac @@ -3326,7 +3326,7 @@ EFL_LIB_START([Edje]) want_multisense="no" # TODO: move to ecore_audio and enable # TODO: should we keep or remove these? -want_edje_program_cache="yes" +want_edje_program_cache="no" want_edje_calc_cache="yes" want_fixed_point="no" @@ -3356,7 +3356,7 @@ EFL_ADD_LIBS([EDJE], [-lm]) EFL_EVAL_PKGS([EDJE]) -AC_DEFINE_IF([EDJE_PROGRAM_CACHE], [test "${want_edje_program_cache}" = "no"], +AC_DEFINE_IF([EDJE_PROGRAM_CACHE], [test "${want_edje_program_cache}" = "yes"], [1], [Cache result of program glob matches]) AC_DEFINE_IF([EDJE_CALC_CACHE], [test "${want_edje_calc_cache}" = "yes"], [1], [Cache result of calc glob matches])