From 984a147f9b93d24871a3085e59dff2e3893b7429 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 7 Jan 2013 15:17:37 +0000 Subject: [PATCH] edje merge forgot to define edje calc cache, by DEFAULT... non-cacl-cache path not tested and buggy! :/ SVN revision: 82350 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b50f116e07..49909c3313 100644 --- a/configure.ac +++ b/configure.ac @@ -3327,6 +3327,7 @@ EFL_ADD_LIBS([EDJE], [-lm]) EFL_EVAL_PKGS([EDJE]) +AC_DEFINE([EDJE_PROGRAM_CACHE], [1], [Cache result of program glob matches - this uses up extra ram with the gain of faster program matching]) AM_CONDITIONAL([ENABLE_MULTISENSE], [test "${want_multisense}" = "yes"]) AC_DEFINE_IF([ENABLE_MULTISENSE], [test "${want_multisense}" = "yes"], [1], [Use Multisense])