From: Juan Quintela <quintela@redhat.com>
Date: Mon, 3 Aug 2009 12:46:08 +0000 (+0200)
Subject: This variables can't be set here
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=19a54b773d846d54522a23a54f7c8edb334f3e17;p=qemu.git

This variables can't be set here

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
---

diff --git a/configure b/configure
index 5c7909d6ab..bb8e387424 100755
--- a/configure
+++ b/configure
@@ -365,10 +365,7 @@ if [ "$bsd" = "yes" ] ; then
 fi
 
 if test "$mingw32" = "yes" ; then
-  linux="no"
   EXESUF=".exe"
-  linux_user="no"
-  bsd_user="no"
   CFLAGS="-DWIN32_LEAN_AND_MEAN -DWINVER=0x501 $CFLAGS"
 fi