summaryrefslogtreecommitdiff
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
parent3a8b1625613e10f38f001e984d91f3c36a48cf52 (diff)
downloadglibmm-e2ebf97d199babebf8b576cd09f49578aeca50b3.tar.gz
configure: Require the latest libsigc++.
* configure.ac: Because our tests require it.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index efc12bef..8ff64fbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-22 Murray Cumming <murrayc@murrayc.com>
+
+ configure: Require the latest libsigc++.
+
+ * configure.ac: Because our tests require it.
+
2011-08-03 Murray Cumming <murrayc@murrayc.com>
giomm: Application: local_command_line_vfunc(): Use references for parameters.
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"