summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-04-15 13:31:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-10 18:32:25 +0100
commit59da5cb2a672cd142ea707953764f12d951289fd (patch)
tree5ea1aabc3d404eb285e9637ec89eeabaa400f394 /configure.ac
parentda6b4d0426cf335b7feeba6f19f538a47d8808b5 (diff)
downloaddbus-59da5cb2a672cd142ea707953764f12d951289fd.tar.gz
modular tests: depend on GIO 2.22 for GSocket
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570
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 a259588d..7f9a0599 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,7 +184,7 @@ fi
# default (unless you don't have GLib), because they don't bloat the library
# or binaries.
if test "x$enable_modular_tests" != xno; then
- PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.18],
+ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22, gio-2.0 >= 2.22],
[],
[if test "x$enable_modular_tests" = xyes; then
AC_MSG_ERROR([GLib is required by the modular tests])