summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDiane Trout <diane@ghic.org>2016-06-12 11:24:12 -0700
committerDiane Trout <diane@ghic.org>2016-06-12 11:24:12 -0700
commitac4b6037dcba865dae03e3808173135402cdfd09 (patch)
tree42249afd3a19f32a9c9f6f1586da0c4b31c74340 /configure.ac
parentd5e28416fd95b57207f334217f9523c401f6013a (diff)
downloadwocky-ac4b6037dcba865dae03e3808173135402cdfd09.tar.gz
soup_session_async_new is deprecated (Closes: #96383)
* Replace with new call soup_session_new (); * Indicate minimum libsoup version
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 ef3fd7c..fc2ef86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -259,7 +259,7 @@ if test x$enable_google_relay = xyes; then
AC_DEFINE(ENABLE_GOOGLE_RELAY, [], [Enable Google Jingle relay support])
dnl Check for libsoup
- PKG_CHECK_MODULES(SOUP, libsoup-2.4)
+ PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.42)
fi
AM_CONDITIONAL([ENABLE_GOOGLE_RELAY], [test "x$enable_google_relay" = xyes])