aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-26 23:49:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-11-26 23:50:07 +0800
commitd79b302d787a3a3956a78fc9de2d076b2324d042 (patch)
tree325ec80869dd29c5401b207146e74fa670efc80f
parentce72cf5b4ea4c582e2c99446cf8a712007293fbe (diff)
downloadgsoc2013-evolution-d79b302d787a3a3956a78fc9de2d076b2324d042.tar
gsoc2013-evolution-d79b302d787a3a3956a78fc9de2d076b2324d042.tar.gz
gsoc2013-evolution-d79b302d787a3a3956a78fc9de2d076b2324d042.tar.bz2
gsoc2013-evolution-d79b302d787a3a3956a78fc9de2d076b2324d042.tar.lz
gsoc2013-evolution-d79b302d787a3a3956a78fc9de2d076b2324d042.tar.xz
gsoc2013-evolution-d79b302d787a3a3956a78fc9de2d076b2324d042.tar.zst
gsoc2013-evolution-d79b302d787a3a3956a78fc9de2d076b2324d042.zip
Bump libsoup requirement to 2.42.
Evolution-Data-Server already requires this.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d1121582ca..c0f5c8f7fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,8 +41,8 @@ m4_define([gdk_minimum_version], [3.4.0])
m4_define([gdk_encoded_version], [GDK_VERSION_3_4])
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([eds_minimum_version], [evo_version])
m4_define([gtkhtml_minimum_version], [4.5.2])