[libsoup] Fix reference to SOUP_VERSION_2_24



commit 02f5240e268792271ce673b47ac18c823587f5b4
Author: Patrick Griffis <pgriffis igalia com>
Date:   Mon Feb 22 11:44:40 2021 -0600

    Fix reference to SOUP_VERSION_2_24
    
    It isn't defined.

 libsoup/soup-version.h.in | 4 ++--
 1 file 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]