diff options
| author | Matthew Barnes <mbarnes@redhat.com> | 2013-10-08 23:29:10 -0400 |
|---|---|---|
| committer | Matthew Barnes <mbarnes@redhat.com> | 2013-10-25 13:27:06 -0400 |
| commit | e85ca98e0ddc42ecac1c736672ff3d90c05eaffa (patch) | |
| tree | 14ff776e8d3a39a270b746177bf338761c7742e4 /configure.ac | |
| parent | 5183c508b8961ed3c5dcbb2640e433213f906164 (diff) | |
| download | evolution-data-server-e85ca98e0ddc42ecac1c736672ff3d90c05eaffa.tar.gz | |
Bump minimum libsoup requirement to 2.42.
For SoupSession's "proxy-resolver" read/write property.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7f06bf0a1..999a637be 100644 --- a/configure.ac +++ b/configure.ac @@ -43,8 +43,8 @@ m4_define([gdk_minimum_version], [3.2]) m4_define([gdk_encoded_version], [GDK_VERSION_3_2]) dnl Keep these two definitions in agreement. -m4_define([soup_minimum_version], [2.40.3]) -m4_define([soup_encoded_version], [SOUP_VERSION_2_40]) +m4_define([soup_minimum_version], [2.42]) +m4_define([soup_encoded_version], [SOUP_VERSION_2_42]) m4_define([gcr_minimum_version], [3.4]) m4_define([libsecret_minimum_version], [0.5]) |
