aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-10-16 17:48:00 +0200
committerGuido Günther <agx@sigxcpu.org>2015-10-16 17:48:26 +0200
commit73c9edfb68afcfcba35d5f7ac91dbdcf1a6f26a4 (patch)
treed9048d428e0d94fdc482f690670160f2e661502f /configure.ac
parent391e1455fb239780a15965e977cc78034578d518 (diff)
Depend on recent libsoup that supports g_proxy_resolver_get_default()
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 9f5b683..aa65f90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ GOBJECT2_REQUIRED=2.10.0
GIO_REQUIRED=2.10.0
GOBJECT_INTROSPECTION_REQUIRED=1.39.90
LIBXML2_REQUIRED=2.0.0
-LIBSOUP_REQUIRED=2.38
+LIBSOUP_REQUIRED=2.44
LIBPLANFAHR_MAJOR_VERSION=`echo $VERSION | awk -F. '{print $1}'`
LIBPLANFAHR_MINOR_VERSION=`echo $VERSION | awk -F. '{print $2}'`