From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz9PQ-0007wN-Qw for qemu-devel@nongnu.org; Thu, 01 Sep 2011 11:42:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qz9PL-0005rq-Vf for qemu-devel@nongnu.org; Thu, 01 Sep 2011 11:42:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz9PL-0005rW-Kd for qemu-devel@nongnu.org; Thu, 01 Sep 2011 11:42:23 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p81FgMPk005442 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Sep 2011 11:42:22 -0400 From: Gerd Hoffmann Date: Thu, 1 Sep 2011 17:42:16 +0200 Message-Id: <1314891739-1881-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1314891739-1881-1-git-send-email-kraxel@redhat.com> References: <1314891739-1881-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 1/4] Probe for libcheck by default. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Probe for libcheck and build checks (if found) by default. Can be explicitly disabled using --disable-check-utests. Signed-off-by: Gerd Hoffmann --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 1340c33..920de9e 100755 --- a/configure +++ b/configure @@ -170,7 +170,7 @@ mixemu="no" aix="no" blobs="yes" pkgversion="" -check_utests="no" +check_utests="" user_pie="no" zero_malloc="" trace_backend="nop" -- 1.7.1