From patchwork Sat Oct 20 19:37:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 12386 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 7686423F9B for ; Sat, 20 Oct 2012 19:37:12 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 2E347A18F72 for ; Sat, 20 Oct 2012 19:37:12 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so1999169iej.11 for ; Sat, 20 Oct 2012 12:37:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=hpubrNNZV3QHSJm7VLqg4/sHlrrvGf8fwNNJiNcH68E=; b=YlI30iIvvxdElEoUjujFRZ0C4jcAXsehhLSU+fwLOohP4/2ShC7f61QeAYuS3teic/ cgwzEAU47HQQ7mrBImjBJXvof8JZkWhZ9a0zhm/8ZoVj7DR45D8iFxGRqwSXFcX3n5Cn DPK5zCqL06SMFKEviM32mlpaIfRMp3JeVVpC2wb2liYHBUdInx+7ts4PsNiC4JcPsr2T /HjDjKVcsghbz6+P5Juvo8JUhFOfCe7T7faVmFyA7HWN1buaH2nIRf1HycouTAepvqSv e5jIQhQxqoO4gM88Eks8MqjPaI8mb9soBXpCkOMHtqttg7+uiJ8aJAm7HGqLi+vLRY1m kFQg== Received: by 10.50.194.169 with SMTP id hx9mr5017561igc.70.1350761831496; Sat, 20 Oct 2012 12:37:11 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp295561igt; Sat, 20 Oct 2012 12:37:10 -0700 (PDT) Received: by 10.180.74.33 with SMTP id q1mr26731490wiv.4.1350761830063; Sat, 20 Oct 2012 12:37:10 -0700 (PDT) Received: from mnementh.archaic.org.uk (1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:1d0::1]) by mx.google.com with ESMTPS id t19si4363101wen.58.2012.10.20.12.37.08 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 20 Oct 2012 12:37:09 -0700 (PDT) Received-SPF: neutral (google.com: 2001:8b0:1d0::1 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) client-ip=2001:8b0:1d0::1; Authentication-Results: mx.google.com; spf=neutral (google.com: 2001:8b0:1d0::1 is neither permitted nor denied by best guess record for domain of pm215@archaic.org.uk) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1TPer2-0007L2-Jt; Sat, 20 Oct 2012 20:37:04 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, patches@linaro.org Subject: [PATCH] configure: Remove stray debug output Date: Sat, 20 Oct 2012 20:37:04 +0100 Message-Id: <1350761824-28185-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 X-Gm-Message-State: ALoCoQmrtUGdWx7O0H8L6CEfIeWvG06Pv91EHwjV3DtYSA2lwvrenXXOrZep2hEcT/4pQrpXbm4b 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 --- I guess this is a self-falsifying echo :-) configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 9f33c7d..e07baf3 100755 --- a/configure +++ b/configure @@ -2900,8 +2900,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