[libsoup/websocket: 9/11] build: require GLib 2.42
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/websocket: 9/11] build: require GLib 2.42
- Date: Fri, 27 Feb 2015 23:01:51 +0000 (UTC)
commit ba3cebdc08b9b9d5addccc179c5e42da4c28fa45
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 e7c832a..3b51c33 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]