projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038d3d4
)
configure: Remove stray debug output
author
Peter Maydell
<peter.maydell@linaro.org>
Sat, 20 Oct 2012 19:37:04 +0000
(20:37 +0100)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Fri, 7 Dec 2012 11:34:11 +0000
(12:34 +0100)
Rather than printing a message saying we're silently falling
back to gthread coroutines when running on MacOS, actually
do it silently.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 994f7310b83609afb5ae2ec70bee21ba64636cca..447e6ed976c37d122f19f3e10cfd16b882465ca8 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2969,8
+2969,6
@@
EOF
else
coroutine_backend=gthread
fi
- else
- echo "Silently falling back into gthread backend under darwin"
fi
elif test "$coroutine" = "gthread" ; then
coroutine_backend=gthread