diff options
author | Dan Winship <danw@gnome.org> | 2013-04-08 15:34:11 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-04-08 15:34:11 -0400 |
commit | 258c7a45528251f40614f597e275fca7ab8c9258 (patch) | |
tree | 9490164a8611cce60460a66d372f954e0ddaea40 | |
parent | b376dd82ad9beba54e85911a39f41ba8cea08498 (diff) | |
download | libsoup-258c7a45528251f40614f597e275fca7ab8c9258.tar.gz libsoup-258c7a45528251f40614f597e275fca7ab8c9258.tar.bz2 libsoup-258c7a45528251f40614f597e275fca7ab8c9258.zip |
configure: require glib 2.36 (not just 2.35.x)
-rw-r--r-- | configure.ac | 2 |
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) |