diff options
author | infirit <[email protected]> | 2015-08-04 13:49:57 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-04 13:49:57 +0200 |
commit | a68b4d91372aa67ab16d5f619b251d72cb09652a (patch) | |
tree | 5aed412a58c505982fc562f07cadfb31cc06e46c /configure.ac | |
parent | f1b167ac1561def41dcea25cbd39100049d436c2 (diff) | |
download | libmateweather-a68b4d91372aa67ab16d5f619b251d72cb09652a.tar.bz2 libmateweather-a68b4d91372aa67ab16d5f619b251d72cb09652a.tar.xz |
Use the new SoupSession object
This should, according to the docs retrieve a GProxyResolver.
This requires version 2.42
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2eccd10..948e939 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ esac AC_SUBST(GTK_API_VERSION) GLIB_REQUIRED=2.36.0 -LIBSOUP_REQUIRED=2.34.0 +LIBSOUP_REQUIRED=2.42.0 GIO_REQUIRED=2.25.0 LIBXML_REQUIRED=2.6.0 |