diff options
author | Gerd Hoffmann | 2011-09-01 17:42:16 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-11-01 17:50:12 +0100 |
commit | 25b651bedb917866ef8808f06896fdaed2c189cb (patch) | |
tree | bc0c4578fecfc9b7a41f38b112d9a1c2de3bf528 /configure | |
parent | ia64-dis.c: Undefine ABS to avoid clash with glib (diff) | |
download | qemu-25b651bedb917866ef8808f06896fdaed2c189cb.tar.gz qemu-25b651bedb917866ef8808f06896fdaed2c189cb.tar.xz qemu-25b651bedb917866ef8808f06896fdaed2c189cb.zip |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ mixemu="no" aix="no" blobs="yes" pkgversion="" -check_utests="no" +check_utests="" user_pie="no" zero_malloc="" trace_backend="nop" |