diff options
| author | Peter Maydell | 2012-10-20 21:37:04 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2012-12-07 12:34:11 +0100 |
| commit | bb5b5c20b7f68c79e036cd3ec5e9e6362c112670 (patch) | |
| tree | dea15249ed1ca2358b1de12facccb3bd1d5af680 | |
| parent | sd: Send debug printfery to stderr not stdout (diff) | |
| download | qemu-bb5b5c20b7f68c79e036cd3ec5e9e6362c112670.tar.gz qemu-bb5b5c20b7f68c79e036cd3ec5e9e6362c112670.tar.xz qemu-bb5b5c20b7f68c79e036cd3ec5e9e6362c112670.zip | |
configure: Remove stray debug output
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>
| -rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
