From 08de3949bd021aece439d396ad8de96f29dcd090 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20F=C3=A4rber?= Date: Thu, 26 Apr 2012 11:57:39 +0200 Subject: [PATCH] configure: Don't build bsd-user on Mac OS X by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 15bbc735c..25697bb59 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}} -- 2.39.5