aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMario Sanchez Prada <msanchez@igalia.com>2009-10-02 20:13:03 +0800
committerXan Lopez <xan@gnome.org>2009-12-19 02:50:51 +0800
commitdcdebec53b1da88a6b3477d13437af2c53ac73b4 (patch)
treec829bcca0021247da9bbbb37e6bae994f6668192 /configure.ac
parent6f69c3f879cc880d53dfb85081aef8462c3fad36 (diff)
downloadgsoc2013-epiphany-dcdebec53b1da88a6b3477d13437af2c53ac73b4.tar
gsoc2013-epiphany-dcdebec53b1da88a6b3477d13437af2c53ac73b4.tar.gz
gsoc2013-epiphany-dcdebec53b1da88a6b3477d13437af2c53ac73b4.tar.bz2
gsoc2013-epiphany-dcdebec53b1da88a6b3477d13437af2c53ac73b4.tar.lz
gsoc2013-epiphany-dcdebec53b1da88a6b3477d13437af2c53ac73b4.tar.xz
gsoc2013-epiphany-dcdebec53b1da88a6b3477d13437af2c53ac73b4.tar.zst
gsoc2013-epiphany-dcdebec53b1da88a6b3477d13437af2c53ac73b4.zip
Properly manage the list of languages for the "Accept-Language" header
New handler added to watch for changes in the GConf key with the list of languages for the "Accept-Language" HTTP header, and update the SoupSession's "accept-language" property (since libsoup 2.29.4). Bug #528893
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9848ea51a..715a85e54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,7 @@ LIBSTARTUP_NOTIFICATION_REQUIRED=0.5
LIBNOTIFY_REQUIRED=0.4
DBUS_GLIB_REQUIRED=0.35
WEBKIT_GTK_REQUIRED=1.1.18
-LIBSOUP_GNOME_REQUIRED=2.27.91
+LIBSOUP_GNOME_REQUIRED=2.29.4
GNOME_KEYRING_REQUIRED=2.26.0
PKG_CHECK_EXISTS([libnotify >= $LIBNOTIFY_REQUIRED],[have_libnotify=yes],[have_libnotify=no])