From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXoak-0006PE-1j for qemu-devel@nongnu.org; Tue, 17 Mar 2015 06:19:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXoag-0000HA-LX for qemu-devel@nongnu.org; Tue, 17 Mar 2015 06:19:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXoag-0000H5-Dn for qemu-devel@nongnu.org; Tue, 17 Mar 2015 06:19:14 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2HAJDkx031910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Mar 2015 06:19:13 -0400 From: Gerd Hoffmann Date: Tue, 17 Mar 2015 11:19:06 +0100 Message-Id: <1426587547-13520-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.3 0/1] opengl: fix configure test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Unfortunaly the opengl configure test from last sdl pull request doesn't work correctly, it "fixes" the opengl build problems by simply never succeeding. Here comes the real fix. Tested on everything I have here (which excludes macos). /me wonders whenever that is excuse enough to make redhat order me a macbook ... please verify on macos and pull on success, Gerd The following changes since commit 17b11a1406fdc43b5022f32a6fbfcb005a353b38: Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150316' into staging (2015-03-16 18:27:13 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gl-20150317-1 for you to fetch changes up to b1546f3210d89662dca3e88e1021a0089f003551: opengl: fix configure test (2015-03-17 11:10:48 +0100) ---------------------------------------------------------------- opengl: fix configure test ---------------------------------------------------------------- Gerd Hoffmann (1): opengl: fix configure test configure | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-)