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>
This commit is contained in:
parent
038d3d4459
commit
bb5b5c20b7
2
configure
vendored
2
configure
vendored
@ -2969,8 +2969,6 @@ EOF
|
|||||||
else
|
else
|
||||||
coroutine_backend=gthread
|
coroutine_backend=gthread
|
||||||
fi
|
fi
|
||||||
else
|
|
||||||
echo "Silently falling back into gthread backend under darwin"
|
|
||||||
fi
|
fi
|
||||||
elif test "$coroutine" = "gthread" ; then
|
elif test "$coroutine" = "gthread" ; then
|
||||||
coroutine_backend=gthread
|
coroutine_backend=gthread
|
||||||
|
Loading…
Reference in New Issue
Block a user