diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-04-15 13:31:33 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 18:32:25 +0100 |
commit | 59da5cb2a672cd142ea707953764f12d951289fd (patch) | |
tree | 5ea1aabc3d404eb285e9637ec89eeabaa400f394 /configure.ac | |
parent | da6b4d0426cf335b7feeba6f19f538a47d8808b5 (diff) | |
download | dbus-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.ac | 2 |
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]) |