From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvh04-0008T7-Gt for qemu-devel@nongnu.org; Fri, 22 May 2015 03:04:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yvh00-0001NP-Gx for qemu-devel@nongnu.org; Fri, 22 May 2015 03:04:08 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:55529 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvh00-0001NL-BH for qemu-devel@nongnu.org; Fri, 22 May 2015 03:04:04 -0400 References: <1431469140-22208-1-git-send-email-jsnow@redhat.com> <1431469140-22208-2-git-send-email-jsnow@redhat.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1431469140-22208-2-git-send-email-jsnow@redhat.com> Date: Fri, 22 May 2015 08:04:05 +0100 Message-ID: <87382phz4q.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/2] configure: require glib 2.22 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: peter.maydell@linaro.org, imammedo@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com John Snow writes: > This provides g_ptr_array_new_with_free_func, as well as a few > other functions that we've been hacking around in glib-compat.h. > Cleaning up the compatibility headers will come later. > > Signed-off-by: Paolo Bonzini > Signed-off-by: John Snow Reviewed-by: Alex Bennée > --- > configure | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/configure b/configure > index 1f0f485..0c86eb2 100755 > --- a/configure > +++ b/configure > @@ -2773,12 +2773,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" -- Alex Bennée