commit | 25b651bedb917866ef8808f06896fdaed2c189cb | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Sep 01 17:42:16 2011 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Nov 01 11:50:12 2011 -0500 |
tree | bc0c4578fecfc9b7a41f38b112d9a1c2de3bf528 | |
parent | 90647853f9829e6a382bc4d6d5b0e56af4da3741 [diff] |
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>
diff --git a/configure b/configure index a6cf6d6..6e4113d 100755 --- a/configure +++ b/configure
@@ -169,7 +169,7 @@ aix="no" blobs="yes" pkgversion="" -check_utests="no" +check_utests="" user_pie="no" zero_malloc="" trace_backend="nop"