mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 00:18:36 -07:00
configure: Don't build bsd-user on Mac OS X by default
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>
This commit is contained in:
parent
94a49d86c5
commit
08de3949bd
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue