[libsoup] configure: require glib 2.36 (not just 2.35.x)



commit 258c7a45528251f40614f597e275fca7ab8c9258
Author: Dan Winship <danw gnome org>
Date:   Mon Apr 8 15:34:11 2013 -0400

    configure: require glib 2.36 (not just 2.35.x)

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c5645b4..80b9649 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ dnl ***********************
 dnl *** Checks for glib ***
 dnl ***********************
 
-GLIB_REQUIRED=2.35.0
+GLIB_REQUIRED=2.36.0
 AM_PATH_GLIB_2_0($GLIB_REQUIRED,,,gobject gio)
 if test "$GLIB_LIBS" = ""; then
    AC_MSG_ERROR(GLIB $GLIB_REQUIRED or later is required to build libsoup)


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