configure: Clean-up commented code
authorEvgeny Voevodin <e.voevodin@samsung.com>
Wed, 17 Oct 2012 08:06:49 +0000 (12:06 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Wed, 17 Oct 2012 08:06:49 +0000 (12:06 +0400)
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
configure

index f04b855..10221ce 100755 (executable)
--- 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