From 430a3c18064fd3c007048d757e8bd0fff45fcc99 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Tue, 26 Apr 2011 00:09:01 +0200 Subject: [PATCH] configure: reenable opengl by default 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 Signed-off-by: Aurelien Jarno --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2c957963e4..35f7e8b7b2 100755 --- a/configure +++ b/configure @@ -177,7 +177,7 @@ spice="" rbd="" smartcard="" smartcard_nss="" -opengl="no" +opengl="" # parse CC options first for opt do