Add support for storing compressed logs
[fio.git] / configure
index f1e116e4505029767ff5c786a21d236dbed32b3f..f58de794099d066bc0796144ffe9862237ee607f 100755 (executable)
--- a/configure
+++ b/configure
@@ -420,7 +420,7 @@ echo "Wordsize                      $wordsize"
 # zlib probe
 zlib="no"
 cat > $TMPC <<EOF
-#include <zlib.h>
+#include <zlib2.h>
 int main(void)
 {
   z_stream stream;