From: Gerd Hoffmann Date: Thu, 1 Sep 2011 15:42:16 +0000 (+0200) Subject: Probe for libcheck by default. X-Git-Tag: v1.0-rc0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25b651bedb917866ef8808f06896fdaed2c189cb;p=thirdparty%2Fqemu.git 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 Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index a6cf6d680da..6e4113db24f 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"