diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |