Probe for libcheck and build checks (if found) by default. Can be explicitly disabled using --disable-check-utests.
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- 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