summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-08-22 12:21:00 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-08-22 12:21:00 +0200
commite2ebf97d199babebf8b576cd09f49578aeca50b3 (patch)
tree0e85d0e8e7c1cfdc46c06f41aedc3da4d2ab3a97 /configure.ac
parent3a8b1625613e10f38f001e984d91f3c36a48cf52 (diff)
downloadglibmm-e2ebf97d199babebf8b576cd09f49578aeca50b3.tar.gz
configure: Require the latest libsigc++.
* configure.ac: Because our tests require it.
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 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"