diff options
author | Xan Lopez <xan@igalia.com> | 2012-10-08 21:57:57 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-10-08 22:01:26 +0800 |
commit | 3beb3efa30181600fb756ca108f0b799b851871f (patch) | |
tree | 5f639f01b3f4336c69ba34e21bc192a5ed13f5d2 /configure.ac | |
parent | be3e52e1c22a05b655c3b322045d1f5c6fd76c7f (diff) | |
download | gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.gz gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.bz2 gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.lz gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.xz gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.zst gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.zip |
Remove extensions support
This removes the old style extension support, you can read the
rationale in the bug report.
https://bugzilla.gnome.org/show_bug.cgi?id=685630
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.ac b/configure.ac index fd54c0e88..dd3d8261a 100644 --- a/configure.ac +++ b/configure.ac @@ -158,23 +158,6 @@ AC_TYPE_SIZE_T AC_CHECK_HEADERS([X11/XF86keysym.h]) -EPIPHANY_FEATURES= - -# ********************* -# GObject Introspection -# ********************* - -GOBJECT_INTROSPECTION_CHECK([0.9.5]) - -if test "$with_webkit2" = "no"; then - if test "$found_introspection" = "yes"; then - EPIPHANY_FEATURES="$EPIPHANY_FEATURES introspection" - AC_DEFINE([ENABLE_INTROSPECTION], [1], [Define to enable introspection support]) - fi -else - found_introspection=no -fi - # *** # NSS # *** @@ -193,8 +176,6 @@ fi AM_CONDITIONAL([ENABLE_NSS],[test "$enable_nss" = "yes"]) -AC_SUBST([EPIPHANY_FEATURES]) - # ******************************* # Add warning flags # ******************************* @@ -309,7 +290,6 @@ Epiphany was configured with the following options: Build tests : $enable_tests Code coverage : $enable_code_coverage - GObject introspection : $found_introspection NSS support : $enable_nss WebKit2 : $with_webkit2 " |