From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSokv-0004ZY-Ac for qemu-devel@nongnu.org; Tue, 03 Mar 2015 10:29:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSokr-00055X-6x for qemu-devel@nongnu.org; Tue, 03 Mar 2015 10:29:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSokr-00055H-06 for qemu-devel@nongnu.org; Tue, 03 Mar 2015 10:29:05 -0500 From: Igor Mammedov Date: Tue, 3 Mar 2015 16:28:58 +0100 Message-Id: <1425396538-16765-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH] advance minimum required GLib version to 2.22 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, pbonzini@redhat.com Signed-off-by: Igor Mammedov --- configure | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure b/configure index 7ba4bcb..db79e0a 100755 --- a/configure +++ b/configure @@ -2744,12 +2744,7 @@ fi ########################################## # glib support probe -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 -fi +glib_req_ver=2.22 glib_modules=gthread-2.0 if test "$modules" = yes; then glib_modules="$glib_modules gmodule-2.0" -- 2.1.0