summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-12-18 14:36:06 +0100
committerTomas Bzatek <tbzatek@redhat.com>2012-12-18 14:36:06 +0100
commita8df997a5945ef8cb19558fbd2530f804ddfe42e (patch)
tree945ae47360359d6beb0bc23e0b9a193c49ea9f72
parent635c3b507e9082d8f8016f18cc14445a7493e456 (diff)
downloadgvfs-a8df997a5945ef8cb19558fbd2530f804ddfe42e.tar.gz
build: Bump required libsoup version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e96706d7..90657363 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,7 +138,7 @@ HTTP_CFLAGS=
HTTP_LIBS=
if test "x$enable_http" != "xno"; then
- PKG_CHECK_EXISTS(libsoup-gnome-2.4 >= 2.26.0, msg_http=yes)
+ PKG_CHECK_EXISTS(libsoup-gnome-2.4 >= 2.34.0, msg_http=yes)
if test "x$msg_http" = "xyes"; then
PKG_CHECK_MODULES(HTTP, libsoup-gnome-2.4 libxml-2.0)