[libsoup] configure.ac: belatedly bump glib requirement to 2.38
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] configure.ac: belatedly bump glib requirement to 2.38
- Date: Sun, 16 Mar 2014 00:02:09 +0000 (UTC)
commit 68735c66778188f4c8cbe531f7802b8c8cb188fd
Author: Dan Winship <danw gnome org>
Date: Sun Mar 9 12:42:50 2014 -0400
configure.ac: belatedly bump glib requirement to 2.38
The tests use the TAP driver now, which only exists in glib 2.38 and
later.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5855f7e..5bdd079 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,12 +78,12 @@ dnl ***********************
dnl *** Checks for glib ***
dnl ***********************
-GLIB_REQUIRED=2.36.0
+GLIB_REQUIRED=2.38.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_36"
+GLIB_CFLAGS="$GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38"
GLIB_MAKEFILE='$(top_srcdir)/Makefile.glib'
AC_SUBST(GLIB_MAKEFILE)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]