diff mbox

[02/13] configure: Remove stray debug output

Message ID 1354880352-9597-3-git-send-email-stefanha@redhat.com
State New
Headers show

Commit Message

Stefan Hajnoczi Dec. 7, 2012, 11:39 a.m. UTC
From: Peter Maydell <peter.maydell@linaro.org>

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 | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

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