qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 03/15] rename usb variable to usb host


From: quintela
Subject: [Qemu-devel] [PATCH 03/15] rename usb variable to usb host
Date: Tue, 23 Jun 2009 16:14:01 +0200

From: Juan Quintela <address@hidden>


Signed-off-by: Juan Quintela <address@hidden>
---
 configure |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 92a1466..73c3550 100755
--- a/configure
+++ b/configure
@@ -328,7 +328,7 @@ audio_drv_list="oss"
 audio_possible_drivers="oss alsa sdl esd pa"
 linux="yes"
 linux_user="yes"
-usb="linux"
+usb_host="linux"
 kvm="yes"
 if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
     kqemu="yes"
@@ -340,7 +340,7 @@ esac
 if [ "$bsd" = "yes" ] ; then
   if [ "$darwin" != "yes" ] ; then
     make="gmake"
-    usb="bsd"
+    usb_host="bsd"
   fi
   bsd_user="yes"
 fi
@@ -1803,7 +1803,7 @@ fi
 echo "#define CONFIG_UNAME_RELEASE \"$uname_release\"" >> $config_h

 # USB host support
-case "$usb" in
+case "$usb_host" in
 linux)
   echo "HOST_USB=linux" >> $config_mak
 ;;
-- 
1.6.2.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]