diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-07-31 22:09:17 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-07-31 22:30:49 +0800 |
commit | e1944188455f159dfa9c9fcc45b0e3887c88ad53 (patch) | |
tree | 0a433172702ba527d50e06685bc99e43989adf74 /configure.ac | |
parent | d46dbdabfb2f3b1885b0eb30bde4cc7652475292 (diff) | |
download | gsoc2013-epiphany-e1944188455f159dfa9c9fcc45b0e3887c88ad53.tar.gz gsoc2013-epiphany-e1944188455f159dfa9c9fcc45b0e3887c88ad53.tar.zst gsoc2013-epiphany-e1944188455f159dfa9c9fcc45b0e3887c88ad53.zip |
extensions: remove seed support
https://bugzilla.gnome.org/show_bug.cgi?id=680905
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/configure.ac b/configure.ac index 160634335..58d1fb846 100644 --- a/configure.ac +++ b/configure.ac @@ -168,31 +168,6 @@ else found_introspection=no fi -# **** -# Seed -# **** - -AC_MSG_CHECKING([whether Seed support is requested]) -AC_ARG_ENABLE([seed], - [AS_HELP_STRING([--enable-seed],[Enable Seed support (default: disabled)])], - [],[enable_seed=no]) -AC_MSG_RESULT([$enable_seed]) - -if test "$enable_seed" = "yes" -a "$found_introspection" != "yes"; then - AC_MSG_ERROR([GObject introspection support must be enabled for Seed]) -fi - -if test "$enable_seed" = "yes"; then - EPIPHANY_FEATURES="$EPIPHANY_FEATURES seed" - - SEED_REQUIRED=2.27.91 - PKG_CHECK_MODULES([SEED],[seed >= $SEED_REQUIRED]) - - AC_DEFINE([ENABLE_SEED],[1],[Define to compile with Seed support]) -fi - -AM_CONDITIONAL([ENABLE_SEED],[test "$enable_seed" = "yes"]) - # *** # NSS # *** @@ -363,7 +338,6 @@ Epiphany was configured with the following options: Zeroconf bookmarks support : $enable_zeroconf GObject introspection : $found_introspection - Seed support : $enable_seed NSS support : $enable_nss Build tests : $enable_tests WebKit2 : $with_webkit2 |