From c3bd2bdcf493ba6c6dcd5bde4a67b8e0beeb21eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 7 May 2014 15:49:39 +0100 Subject: [PATCH] tests: fix compilation of souphttpsrc test for libsoup 2.40 for real https://bugzilla.gnome.org/show_bug.cgi?id=727329 --- tests/check/elements/souphttpsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c index 13c0aca127..4df3220888 100644 --- a/tests/check/elements/souphttpsrc.c +++ b/tests/check/elements/souphttpsrc.c @@ -30,7 +30,7 @@ #include #include -#if !defined(SOUP_CHECK_VERSION) || !SOUP_CHECK_VERSION(2, 44, 0) +#if !defined(SOUP_MINOR_VERSION) || SOUP_MINOR_VERSION < 44 #define SoupStatus SoupKnownStatusCode #endif -- 2.34.1