summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2010-01-05 23:21:17 -0600
committerJonathon Jongsma <jonathon@quotidian.org>2010-01-05 23:21:17 -0600
commit2c8cb28a6af02a675c8f21cf4c19644068fe22bd (patch)
tree253c75848877c6d71b894e24b9ff80d2da619737 /configure.ac
parentdc1a9e57e596a143a7179607ddb87f104b4ddea1 (diff)
downloadglibmm-2c8cb28a6af02a675c8f21cf4c19644068fe22bd.tar.gz
Bug #606146 - Relax the glib requirement
I was accidentally too aggressive with bumping the glib requirement. This resulted in the last release depending on an unreleased version of glib from git.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2281d2e6..43f31543 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AS_IF([test "x$enable_static" = xyes],
AC_DEFINE([GIOMM_STATIC_LIB], [1], [Define if giomm is built as a static library])
])
-glibreq='2.0 >= 2.23.2'
+glibreq='2.0 >= 2.23.1'
GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"