Our qtest suite relies on many functions available only in glib 2.16+. Even though our base QEMU binary may only require 2.12+, it is confusing to have two separate version requirements.
Thus, this is an attempt to re-establish a sane baseline for the entire project at 2.16+. Signed-off-by: John Snow <js...@redhat.com> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7ba4bcb..c38506c 100755 --- a/configure +++ b/configure @@ -2748,7 +2748,7 @@ if test "$mingw32" = yes; then # g_poll is required in order to integrate with the glib main loop. glib_req_ver=2.20 else - glib_req_ver=2.12 + glib_req_ver=2.16 fi glib_modules=gthread-2.0 if test "$modules" = yes; then -- 1.9.3