From 59da5cb2a672cd142ea707953764f12d951289fd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 15 Apr 2011 13:31:33 +0100 Subject: [PATCH] modular tests: depend on GIO 2.22 for GSocket Reviewed-by: Will Thompson Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.7.4