diff options
author | Andreas Färber | 2012-04-26 11:57:39 +0200 |
---|---|---|
committer | Blue Swirl | 2012-04-28 11:15:05 +0200 |
commit | 08de3949bd021aece439d396ad8de96f29dcd090 (patch) | |
tree | e9cb60db5330035bb4b6a8a1ef1c6147322b7acf /configure | |
parent | softfloat: Replace int16 type with int_fast16_t (diff) | |
download | qemu-08de3949bd021aece439d396ad8de96f29dcd090.tar.gz qemu-08de3949bd021aece439d396ad8de96f29dcd090.tar.xz qemu-08de3949bd021aece439d396ad8de96f29dcd090.zip |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}} |