From: Andreas Färber Date: Thu, 26 Apr 2012 09:57:39 +0000 (+0200) Subject: configure: Don't build bsd-user on Mac OS X by default X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=08de3949bd021aece439d396ad8de96f29dcd090;p=qemu.git 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 Cc: Bernhard Walle Tested-by: Bernhard Walle [Mac OS 10.7.3] Acked-by: Bernhard Walle Signed-off-by: Blue Swirl --- 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}}