diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-11-17 21:27:18 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-11-17 21:27:18 +0000 |
commit | 9cf55765b942c580d9db9dc3dc0b156d466e7ca8 (patch) | |
tree | 657db8a0a1724b5524aafef40c774bbdc76a967e /configure | |
parent | 50035d3db1139f608005840bfa44cc14f1611968 (diff) |
Fix typo
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |