summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-11 14:36:18 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-11 14:36:20 +0100
commitb466cb74e179952f47953cb40467ffaed5aac78f (patch)
tree771e1a4388b0a52e05877ab9be2153f4b0887265
parent74e8088b9694ac68abf98bb52e7e09398b3f6207 (diff)
downloadglibmm-b466cb74e179952f47953cb40467ffaed5aac78f.tar.gz
Require the latest libsigc++-2.0.
In case we really need the std::ref() support in libsigc++ 2.7.2.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b7b81b2a..c5458f58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ AS_IF([test "x$enable_static" = xyes],
glibreq='2.0 >= 2.47.6'
-GLIBMM_MODULES="sigc++-2.0 >= 2.6.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
+GLIBMM_MODULES="sigc++-2.0 >= 2.7.2 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"