summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2021-02-22 11:44:40 -0600
committerPatrick Griffis <pgriffis@igalia.com>2021-02-22 11:44:40 -0600
commit02f5240e268792271ce673b47ac18c823587f5b4 (patch)
treef49b802a95cd5bda4acd20529d1bac65bd74add1
parente54fb2ff9eb1f2540ed90f81fac46d83607883cf (diff)
downloadlibsoup-02f5240e268792271ce673b47ac18c823587f5b4.tar.gz
Fix reference to SOUP_VERSION_2_24
It isn't defined.
-rw-r--r--libsoup/soup-version.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsoup/soup-version.h.in b/libsoup/soup-version.h.in
index f6214680..8c0cf30d 100644
--- a/libsoup/soup-version.h.in
+++ b/libsoup/soup-version.h.in
@@ -82,8 +82,8 @@ G_BEGIN_DECLS
#if SOUP_VERSION_MAX_ALLOWED < SOUP_VERSION_MIN_REQUIRED
#error "SOUP_VERSION_MAX_ALLOWED must be >= SOUP_VERSION_MIN_REQUIRED"
#endif
-#if SOUP_VERSION_MIN_REQUIRED < SOUP_VERSION_2_24
-#error "SOUP_VERSION_MIN_REQUIRED must be >= SOUP_VERSION_2_24"
+#if SOUP_VERSION_MIN_REQUIRED < SOUP_VERSION_2_90
+#error "SOUP_VERSION_MIN_REQUIRED must be >= SOUP_VERSION_2_90"
#endif
#define SOUP_AVAILABLE_IN_ALL _SOUP_EXTERN