diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-03-11 14:36:18 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-03-11 14:36:20 +0100 |
commit | b466cb74e179952f47953cb40467ffaed5aac78f (patch) | |
tree | 771e1a4388b0a52e05877ab9be2153f4b0887265 /configure.ac | |
parent | 74e8088b9694ac68abf98bb52e7e09398b3f6207 (diff) | |
download | glibmm-b466cb74e179952f47953cb40467ffaed5aac78f.tar.gz |
Require the latest libsigc++-2.0.
In case we really need the std::ref() support in libsigc++ 2.7.2.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |