qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/4] Probe for libcheck by default.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 1/4] Probe for libcheck by default.
Date: Thu, 1 Sep 2011 17:42:16 +0200

Probe for libcheck and build checks (if found) by default.
Can be explicitly disabled using --disable-check-utests.

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]