summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Färber <andreas.faerber@web.de>2012-04-26 11:57:39 +0200
committerBlue Swirl <blauwirbel@gmail.com>2012-04-28 09:15:05 +0000
commit08de3949bd021aece439d396ad8de96f29dcd090 (patch)
treee9cb60db5330035bb4b6a8a1ef1c6147322b7acf /configure
parent94a49d86c536af37bf18722c23cb9b85acfb00ec (diff)
downloadqemu-08de3949bd021aece439d396ad8de96f29dcd090.tar.gz
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 15bbc735c4..25697bb590 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}}