From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVO66-0007yL-DG for qemu-devel@nongnu.org; Tue, 10 Mar 2015 13:37:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVO61-0000lR-Vb for qemu-devel@nongnu.org; Tue, 10 Mar 2015 13:37:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVO61-0000kl-OJ for qemu-devel@nongnu.org; Tue, 10 Mar 2015 13:37:33 -0400 From: John Snow Date: Tue, 10 Mar 2015 13:37:27 -0400 Message-Id: <1426009047-25139-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH] configure: bump glib version to 2.16 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: John Snow , peter.maydell@linaro.org, mjt@tlks.msk.ru, pbonzini@redhat.com 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 --- 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