qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] configure: Don't build bsd-user on Mac OS X by defa


From: Andreas Färber
Subject: [Qemu-devel] [PATCH] configure: Don't build bsd-user on Mac OS X by default
Date: Thu, 26 Apr 2012 11:57:39 +0200

Fixes the build when combined with the drop of darwin-user.
Enthusiasts can still try building it using --enable-bsd-user.

Signed-off-by: Andreas Färber <address@hidden>
Cc: Bernhard Walle <address@hidden>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index dd09f1a..e1bdc10 100755
--- a/configure
+++ b/configure
@@ -498,8 +498,8 @@ esac
 if [ "$bsd" = "yes" ] ; then
   if [ "$darwin" != "yes" ] ; then
     usb="bsd"
+    bsd_user="yes"
   fi
-  bsd_user="yes"
 fi
 
 : ${make=${MAKE-make}}
-- 
1.7.5.3




reply via email to

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