diff options
author | infirit <[email protected]> | 2015-08-05 14:04:57 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-05 14:04:57 +0200 |
commit | a8da23bc71c2b851d96baacd8fc1b7d9fde3c1c4 (patch) | |
tree | cb02bca6d32963fb29338161bf26a60b5829029f /configure.ac | |
parent | f4a2f81a106a628125de2e3a11493e582d215241 (diff) | |
download | libmateweather-a8da23bc71c2b851d96baacd8fc1b7d9fde3c1c4.tar.bz2 libmateweather-a8da23bc71c2b851d96baacd8fc1b7d9fde3c1c4.tar.xz |
Revert "Use the new SoupSession object"
This reverts commit a68b4d91372aa67ab16d5f619b251d72cb09652a.
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 948e939..2eccd10 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.42.0 +LIBSOUP_REQUIRED=2.34.0 GIO_REQUIRED=2.25.0 LIBXML_REQUIRED=2.6.0 |