From 0a0de4a1040078bd49ab1b2fa7c481ab65f18f95 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Wed, 17 Oct 2012 12:06:49 +0400 Subject: [PATCH] configure: Clean-up commented code Signed-off-by: Evgeny Voevodin --- configure | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/configure b/configure index f04b855..10221ce 100755 --- a/configure +++ b/configure @@ -3656,15 +3656,8 @@ esac if test "$maru" = "yes" ; then echo "CONFIG_MARU=y" >> $config_host_mak fi -# if test "$gl" = "yes" ; then - if test "$mingw32" = "yes" ; then - echo "CONFIG_GL_BACKEND=y" >> $config_host_mak -# echo "ERROR: Virtio GL not supported for Windows" -# gl="no" - else - echo "CONFIG_GL_BACKEND=y" >> $config_host_mak - fi + echo "CONFIG_GL_BACKEND=y" >> $config_host_mak fi # use default implementation for tracing backend-specific routines trace_default=yes -- 2.7.4