summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-04-08 15:34:11 -0400
committerDan Winship <danw@gnome.org>2013-04-08 15:34:11 -0400
commit258c7a45528251f40614f597e275fca7ab8c9258 (patch)
tree9490164a8611cce60460a66d372f954e0ddaea40
parentb376dd82ad9beba54e85911a39f41ba8cea08498 (diff)
downloadlibsoup-258c7a45528251f40614f597e275fca7ab8c9258.tar.gz
libsoup-258c7a45528251f40614f597e275fca7ab8c9258.tar.bz2
libsoup-258c7a45528251f40614f597e275fca7ab8c9258.zip
configure: require glib 2.36 (not just 2.35.x)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c5645b4d..80b96498 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)