From: Evgeny Voevodin Date: Wed, 17 Oct 2012 08:06:49 +0000 (+0400) Subject: configure: Clean-up commented code X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1405^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a0de4a1040078bd49ab1b2fa7c481ab65f18f95;p=sdk%2Femulator%2Fqemu.git configure: Clean-up commented code Signed-off-by: Evgeny Voevodin --- diff --git a/configure b/configure index f04b8559b0..10221ce33a 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