From 78611de1f9fc891a999f7b5124d39885902b2f58 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 9 Jan 2013 01:28:48 +0000 Subject: [PATCH] oops i meant to turn on calc cache.. not program cache... calc cache was the problem... but oddly turning on program cache fixed it too. :) SVN revision: 82430 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0641f2681..5d9cc05ee2 100644 --- a/configure.ac +++ b/configure.ac @@ -3356,7 +3356,7 @@ EFL_ADD_LIBS([EDJE], [-lm]) EFL_EVAL_PKGS([EDJE]) -AC_DEFINE_IF([EDJE_PROGRAM_CACHE], [test "${want_edje_program_cache}" = "yes"], +AC_DEFINE_IF([EDJE_PROGRAM_CACHE], [test "${want_edje_program_cache}" = "no"], [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])