mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Fix typo
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
50035d3db1
commit
9cf55765b9
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue