summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-07-19 13:09:54 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-07-19 13:10:28 +0200
commit9ed72ed968fee4ca258ac1e376fd84d4595747b0 (patch)
treece6c48b95468fdbb737af32b5491af6790dd46fe
parentcbd0e5f75dd2348a79ee436f65f05bdf8edd43e5 (diff)
downloadlibrest-9ed72ed968fee4ca258ac1e376fd84d4595747b0.tar.gz
build: Set explicit version requirement on libsoup
We switched to using SoupSession directly, but it's only possible since libsoup 2.42
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4d92dfc..24b5eeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ LT_PREREQ([2.2.6])
LT_INIT([disable-static])
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.38)
-PKG_CHECK_MODULES(SOUP, libsoup-2.4)
+PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.42)
PKG_CHECK_MODULES(XML, libxml-2.0)
PKG_CHECK_MODULES(GTHREAD, gthread-2.0)