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
Vendored
+1 -1
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