aboutsummaryrefslogtreecommitdiff
path: root/libplanfahr
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-03-09 18:19:05 +0100
committerGuido Günther <agx@sigxcpu.org>2014-03-18 22:08:55 +0100
commit2fa6ec197f98760d859d14741b03f684558f4d7e (patch)
tree6c8b4fb1e322ff1aa6caa28088525fc0ec6eefd4 /libplanfahr
parent81eb564eabd741547afb0f1ff0066ef8a898844d (diff)
Cope with older libsoup
as found in Debian Wheezy We can't use SOUP_CHECK_VERSION since this isn't available in 2.38.
Diffstat (limited to 'libplanfahr')
-rw-r--r--libplanfahr/providers/hafas-bin6.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libplanfahr/providers/hafas-bin6.c b/libplanfahr/providers/hafas-bin6.c
index 83ca2e9..f72d79b 100644
--- a/libplanfahr/providers/hafas-bin6.c
+++ b/libplanfahr/providers/hafas-bin6.c
@@ -846,7 +846,11 @@ lpf_provider_hafas_bin6_activate (LpfProvider *self, GObject *obj)
GFile *dir;
gchar *debugstr;
+#ifdef HAVE_SOUP_SESSION_NEW
priv->session = soup_session_new();
+#else
+ priv->session = soup_session_async_new();
+#endif
priv->logdir = g_build_path(G_DIR_SEPARATOR_S,
g_get_user_cache_dir(),
PACKAGE,