From 61d1af96a4b707f4a84f717f689034129141116b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 21 Aug 2009 11:15:45 +0300 Subject: ephy-seed-extension: force a GC cycle after detachs. This should help with memory management/lifecycle woes, although it does not seem to fix bug #573551 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 27c0fbd46..17c64c4f9 100644 --- a/configure.ac +++ b/configure.ac @@ -267,7 +267,7 @@ fi if test "$enable_seed" = "yes"; then EPIPHANY_FEATURES="$EPIPHANY_FEATURES seed" - SEED_REQUIRED=0 + SEED_REQUIRED=2.27.91 PKG_CHECK_MODULES([SEED],[seed >= $SEED_REQUIRED]) AC_DEFINE([ENABLE_SEED],[1],[Define to compile with Seed support]) -- cgit