From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QETy0-0006DB-Sc for qemu-devel@nongnu.org; Mon, 25 Apr 2011 18:09:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QETxz-0004nn-Ul for qemu-devel@nongnu.org; Mon, 25 Apr 2011 18:09:16 -0400 Received: from mail.serverraum.org ([78.47.150.89]:53006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QETxz-0004na-NZ for qemu-devel@nongnu.org; Mon, 25 Apr 2011 18:09:15 -0400 From: Michael Walle Date: Tue, 26 Apr 2011 00:09:01 +0200 Message-Id: <1303769341-21578-2-git-send-email-michael@walle.cc> In-Reply-To: <20110425200457.GA21831@volta.aurel32.net> References: <20110425200457.GA21831@volta.aurel32.net> Subject: [Qemu-devel] [PATCH 2/2] configure: reenable opengl by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Michael Walle , Alexander Graf , Aurelien Jarno Because the opengl library is only linked to for the lm32 target, we can now safely enable opengl by default again. Signed-off-by: Michael Walle --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 9825b12..6c131dd 100755 --- a/configure +++ b/configure @@ -177,7 +177,7 @@ spice="" rbd="" smartcard="" smartcard_nss="" -opengl="no" +opengl="" # parse CC options first for opt do -- 1.7.2.3