From: Peter Maydell Date: Sat, 20 Oct 2012 19:37:04 +0000 (+0100) Subject: configure: Remove stray debug output X-Git-Tag: v1.4.0-rc0~303^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb5b5c20b7f68c79e036cd3ec5e9e6362c112670;p=thirdparty%2Fqemu.git 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 Signed-off-by: Stefan Hajnoczi --- diff --git a/configure b/configure index 994f7310b83..447e6ed976c 100755 --- 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