summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-05-22 01:39:33 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-05-22 01:39:33 +0300
commit67bcdf2d0b7bb4d4e66ecb8d4047f10f490a0870 (patch)
treece44c558a2e30df5b996f661244b23a2d884241c /configure.ac
parent1d6fd4b6ddb9c66ef45f74aef51a0a7a0ea0ff18 (diff)
souphttpsrc: Bump-up libsoup-2.24 dep to >= 2.26
The helper function soup_message_headers_get_content_type that we now use was added in 2.26.
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 6c38fc72..efea029f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -804,7 +804,7 @@ AG_GST_CHECK_FEATURE(SOUP, [soup http client plugin (2.4)], souphttpsrc, [
HAVE_SOUP="yes"
AC_DEFINE(HAVE_LIBSOUP_GNOME, 1, [soup gnome integration])
],[
- PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.3.2, HAVE_SOUP="yes", [
+ PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.26, HAVE_SOUP="yes", [
HAVE_SOUP="no"
AC_MSG_RESULT(no)
])