configure: require glib 2.36 (not just 2.35.x)
authorDan Winship <danw@gnome.org>
Mon, 8 Apr 2013 19:34:11 +0000 (15:34 -0400)
committerDan Winship <danw@gnome.org>
Mon, 8 Apr 2013 19:34:11 +0000 (15:34 -0400)
configure.ac

index c5645b4..80b9649 100644 (file)
@@ -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)