[libsoup/websocket: 10/10] build: require GLib 2.42



commit b0d62f029320a792e9902c78ebc31401c71413bf
Author: Dan Winship <danw gnome org>
Date:   Sun Dec 14 09:00:26 2014 -0500

    build: require GLib 2.42
    
    The WebSockets code requires the fix for
    https://bugzilla.gnome.org/show_bug.cgi?id=722723.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eb3e29c..aa008d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,12 +78,12 @@ dnl ***********************
 dnl *** Checks for glib ***
 dnl ***********************
 
-GLIB_REQUIRED=2.38.0
+GLIB_REQUIRED=2.42.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)
 fi
-GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38"
+GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_42"
 
 GLIB_MAKEFILE='$(top_srcdir)/Makefile.glib'
 AC_SUBST(GLIB_MAKEFILE)


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