From 4a360621941a98dbecd038da82d59458f917d119 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 --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index c82649a..634200a 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]) -- 1.7.4.1