oops- the other one. fuck. too much context switching - i can't focus
authorCarsten Haitzler <raster@rasterman.com>
Wed, 9 Jan 2013 02:04:26 +0000 (02:04 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 9 Jan 2013 02:04:26 +0000 (02:04 +0000)
on any one thing at all lately. crap.

SVN revision: 82431

configure.ac

index 5d9cc05..775dcee 100644 (file)
@@ -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])