From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvt6v-0005Gq-1s for qemu-devel@nongnu.org; Fri, 22 May 2015 16:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yvt6s-0004dh-Rp for qemu-devel@nongnu.org; Fri, 22 May 2015 16:00:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvt6s-0004dB-Kh for qemu-devel@nongnu.org; Fri, 22 May 2015 15:59:58 -0400 From: John Snow Date: Fri, 22 May 2015 15:59:34 -0400 Message-Id: <1432324792-9373-2-git-send-email-jsnow@redhat.com> In-Reply-To: <1432324792-9373-1-git-send-email-jsnow@redhat.com> References: <1432324792-9373-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 01/19] configure: require glib 2.22 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, jsnow@redhat.com, Paolo Bonzini 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: Markus Armbruster Reviewed-by: Alex Benn=C3=A9e Message-id: 1431469140-22208-2-git-send-email-jsnow@redhat.com --- configure | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configure b/configure index f758f32..9852aef 100755 --- a/configure +++ b/configure @@ -2779,12 +2779,7 @@ fi ########################################## # glib support probe =20 -if test "$mingw32" =3D yes; then - # g_poll is required in order to integrate with the glib main loop. - glib_req_ver=3D2.20 -else - glib_req_ver=3D2.12 -fi +glib_req_ver=3D2.22 glib_modules=3Dgthread-2.0 if test "$modules" =3D yes; then glib_modules=3D"$glib_modules gmodule-2.0" --=20 2.1.0