Commit 08de3949 authored by Andreas Färber's avatar Andreas Färber Committed by Blue Swirl
Browse files

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: default avatarAndreas 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: default avatarBernhard Walle <bernhard@bwalle.de>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent 94a49d86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,9 +498,9 @@ esac
if [ "$bsd" = "yes" ] ; then
  if [ "$darwin" != "yes" ] ; then
    usb="bsd"
  fi
    bsd_user="yes"
  fi
fi

: ${make=${MAKE-make}}
: ${install=${INSTALL-install}}