From: Carsten Haitzler Date: Wed, 9 Jan 2013 02:04:26 +0000 (+0000) Subject: oops- the other one. fuck. too much context switching - i can't focus X-Git-Tag: submit/devel/efl/20131022.203902~2419 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a63fa0e4a6187be5922c6375e0dc4b978e1a0c31;p=platform%2Fupstream%2Fefl.git oops- the other one. fuck. too much context switching - i can't focus on any one thing at all lately. crap. SVN revision: 82431 --- diff --git a/configure.ac b/configure.ac index 5d9cc05..775dcee 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])