From: Michael Walle Date: Mon, 25 Apr 2011 22:09:01 +0000 (+0200) Subject: configure: reenable opengl by default X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=430a3c18064fd3c007048d757e8bd0fff45fcc99;p=qemu.git 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 --- 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