]> git.proxmox.com Git - qemu.git/commitdiff
configure: Don't build bsd-user on Mac OS X by default
authorAndreas Färber <andreas.faerber@web.de>
Thu, 26 Apr 2012 09:57:39 +0000 (11:57 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 28 Apr 2012 09:15:05 +0000 (09:15 +0000)
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 <andreas.faerber@web.de>
Cc: Bernhard Walle <bernhard@bwalle.de>
Tested-by: Bernhard Walle <bernhard@bwalle.de> [Mac OS 10.7.3]
Acked-by: Bernhard Walle <bernhard@bwalle.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure

index 15bbc735c4800ba49a78f37efb9cfa828a9eb537..25697bb590aef0158130089eb8bd138ff423532e 100755 (executable)
--- 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}}