projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50035d3
)
Fix typo
author
Blue Swirl
<blauwirbel@gmail.com>
Tue, 17 Nov 2009 21:27:18 +0000
(21:27 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Tue, 17 Nov 2009 21:27:18 +0000
(21:27 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index a49aaef32f215ad81cf1d3c97344bcf23c64cc89..278966d6b61a3b6154b18f7c03894e545f47f21d 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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