summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@src.gnome.org>2008-09-01 21:59:07 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-09-01 21:59:07 +0000
commit8a21c704bfd3847dc5b95a383a6b8ea06e44e38f (patch)
tree48a0919e802d90f3516eb276f704d5fcd3dfe1ee
parent178eb46a36ceb9a1b4aa6e9fba2e3b72d52e5754 (diff)
downloadgvfs-8a21c704bfd3847dc5b95a383a6b8ea06e44e38f.tar.gz
Require libsoup >= 2.23.91
svn path=/trunk/; revision=1923
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 335a24ac..6c9021ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
2008-09-01 Christian Kellner <gicmo@gnome.org>
+
+ * configure.ac:
+ Require libsoup >= 2.23.91
+
+2008-09-01 Christian Kellner <gicmo@gnome.org>
* daemon/gvfsjobpull.c:
* daemon/gvfsjobpull.h:
diff --git a/configure.ac b/configure.ac
index 5aacff09..670cc491 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,7 @@ HTTP_CFLAGS=
HTTP_LIBS=
if test "x$enable_http" != "xno"; then
- PKG_CHECK_EXISTS(libsoup-2.4 >= 2.3.0, msg_http=yes)
+ PKG_CHECK_EXISTS(libsoup-2.4 >= 2.23.91, msg_http=yes)
if test "x$msg_http" == "xyes"; then
PKG_CHECK_MODULES(HTTP, libsoup-2.4 libxml-2.0)