From: Jens Axboe Date: Thu, 17 Dec 2015 21:55:16 +0000 (-0700) Subject: configure: fix zlib typo X-Git-Tag: fio-2.3~17 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=804a1e0526696fd5dc1d65342f6e0756e84581ed;p=fio.git configure: fix zlib typo Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index 770678a2..af26165e 100755 --- a/configure +++ b/configure @@ -460,7 +460,7 @@ echo "Wordsize $wordsize" # zlib probe zlib="no" cat > $TMPC < +#include int main(void) { z_stream stream;