configure: fix zlib typo
authorJens Axboe <axboe@fb.com>
Thu, 17 Dec 2015 21:55:16 +0000 (14:55 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 17 Dec 2015 21:55:16 +0000 (14:55 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
configure

index 770678a27efb91293871cccdd3714573cda7cfba..af26165e7bc3a7821d2730a8d3efcd858bcf1b79 100755 (executable)
--- a/configure
+++ b/configure
@@ -460,7 +460,7 @@ echo "Wordsize                      $wordsize"
 # zlib probe
 zlib="no"
 cat > $TMPC <<EOF
-#include <zlib2.h>
+#include <zlib.h>
 int main(void)
 {
   z_stream stream;