summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-31 12:15:53 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-03-31 12:16:32 +0200
commita1740f7fe821c0a376005aa512fc8bbca4a6b1c3 (patch)
treebdb0c8efd6e16c27f44737308ddd7e28f32fba91 /configure.ac
parentbd184b3d2204b5a3790046f090f427da12c2e793 (diff)
downloadglibmm-a1740f7fe821c0a376005aa512fc8bbca4a6b1c3.tar.gz
Examples: Use libsigc++ 2.9/10 and its slot/signal<R(Args...)> syntax.
The older libsigc++ syntax is deprecated.
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 72454049..a0ccfd77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ AS_IF([test "x$enable_static" = xyes],
glibreq='2.0 >= 2.48.0'
-GLIBMM_MODULES="sigc++-2.0 >= 2.8.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
+GLIBMM_MODULES="sigc++-2.0 >= 2.9.1 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"