[libsoup/gnome-3-2] configure: bump glib requirement to 2.30



commit 214ff779329703bbe150a1838b356c0e0efc7cbe
Author: Dan Winship <danw gnome org>
Date:   Thu Oct 6 09:06:13 2011 -0400

    configure: bump glib requirement to 2.30
    
    It *builds* fine with older versions, but there are important bugfixes
    in glib since then, so force people to use something recent.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index abc0b4c..c7fc7a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,9 +72,9 @@ dnl ***********************
 dnl *** Checks for glib ***
 dnl ***********************
 
-AM_PATH_GLIB_2_0(2.27.5,,,gobject gthread gio)
+AM_PATH_GLIB_2_0(2.30.0,,,gobject gthread gio)
 if test "$GLIB_LIBS" = ""; then
-   AC_MSG_ERROR(GLIB 2.27.5 or later is required to build libsoup)
+   AC_MSG_ERROR(GLIB 2.30.0 or later is required to build libsoup)
 fi
 GLIB_CFLAGS="$GLIB_CFLAGS -DG_DISABLE_SINGLE_INCLUDES"
 



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