souphttpsrc: Bump-up libsoup-2.24 dep to >= 2.26
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 21 May 2009 22:39:33 +0000 (01:39 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 21 May 2009 22:39:33 +0000 (01:39 +0300)
The helper function soup_message_headers_get_content_type that we now use
was added in 2.26.

configure.ac

index 6c38fc72908915476a546f85412e6e0b9f707d1d..efea029f9277bb1cd1f71599089973beb5e55ceb 100644 (file)
@@ -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)
     ])