Since usage of g_realloc_n was introduced, glib-2.22 can not be used anymore. Fixes commit 418026ca43 ("util: Introduce vfio helpers")
Signed-off-by: Olaf Hering <o...@aepfle.de> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6e9b994f21..81760ef45a 100755 --- a/configure +++ b/configure @@ -3369,7 +3369,7 @@ fi if test "$mingw32" = yes; then glib_req_ver=2.30 else - glib_req_ver=2.22 + glib_req_ver=2.24 fi glib_modules=gthread-2.0 if test "$modules" = yes; then