From: Michael Walle Date: Sat, 9 Apr 2011 21:13:20 +0000 (+0200) Subject: configure: disable opengl per default X-Git-Tag: v0.15.0-rc0~500 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f50ee4e0749604373bfd3bf3bb1d94c28787a378;p=thirdparty%2Fqemu.git configure: disable opengl per default There is a bug in nvidia's binary GPU driver, which causes a segmentation fault if linked to libGL. Signed-off-by: Michael Walle Signed-off-by: Aurelien Jarno --- diff --git a/configure b/configure index ed4d951ce92..da2da040598 100755 --- a/configure +++ b/configure @@ -177,6 +177,7 @@ spice="" rbd="" smartcard="" smartcard_nss="" +opengl="no" # parse CC options first for opt do