Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-11-17 21:27:18 +00:00
parent 50035d3db1
commit 9cf55765b9

2
configure vendored
View file

@ -2188,7 +2188,7 @@ case "$target" in
target_darwin_user="yes"
;;
${target_arch2}-bsd-user)
if test "bsd" != "yes" ; then
if test "$bsd" != "yes" ; then
echo "ERROR: Target '$target' is only available on a BSD host"
exit 1
fi