From: Simon McVittie Date: Fri, 15 Apr 2011 12:31:33 +0000 (+0100) Subject: modular tests: depend on GIO 2.22 for GSocket X-Git-Tag: dbus-1.4.12~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59da5cb2a672cd142ea707953764f12d951289fd;p=platform%2Fupstream%2Fdbus.git modular tests: depend on GIO 2.22 for GSocket Reviewed-by: Will Thompson Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570 --- diff --git a/configure.ac b/configure.ac index a259588..7f9a059 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])