summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2011-09-01 17:42:16 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2011-11-01 11:50:12 -0500
commit25b651bedb917866ef8808f06896fdaed2c189cb (patch)
treebc0c4578fecfc9b7a41f38b112d9a1c2de3bf528 /configure
parent90647853f9829e6a382bc4d6d5b0e56af4da3741 (diff)
downloadqemu-25b651bedb917866ef8808f06896fdaed2c189cb.tar.gz
Probe for libcheck by default.
Probe for libcheck and build checks (if found) by default. Can be explicitly disabled using --disable-check-utests. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a6cf6d680d..6e4113db24 100755
--- a/configure
+++ b/configure
@@ -169,7 +169,7 @@ mixemu="no"
aix="no"
blobs="yes"
pkgversion=""
-check_utests="no"
+check_utests=""
user_pie="no"
zero_malloc=""
trace_backend="nop"