Probe for libcheck by default.
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Sep 2011 15:42:16 +0000 (17:42 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Nov 2011 16:50:12 +0000 (11:50 -0500)
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>
configure

index a6cf6d6..6e4113d 100755 (executable)
--- 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"