From patchwork Fri Dec 7 11:39:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/13] configure: Remove stray debug output Date: Fri, 07 Dec 2012 01:39:01 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 204461 Message-Id: <1354880352-9597-3-git-send-email-stefanha@redhat.com> To: Cc: Peter Maydell , Anthony Liguori , Stefan Hajnoczi From: Peter Maydell 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 --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 994f731..447e6ed 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