From e2ebf97d199babebf8b576cd09f49578aeca50b3 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 22 Aug 2011 12:21:00 +0200 Subject: configure: Require the latest libsigc++. * configure.ac: Because our tests require it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b8c3ad67..cd573481 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ AS_IF([test "x$enable_static" = xyes], glibreq='2.0 >= 2.29.8' -GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq" +GLIBMM_MODULES="sigc++-2.0 >= 2.0.10 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" -- cgit v1.2.1