aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
index 2e518c8007d..963fbbcf1e7 100755
--- a/configure
+++ b/configure
@@ -15162,21 +15162,6 @@ _ACEOF
fi
-if test "$with_zlib" = yes; then
- # Check that <zlib.h> defines z_streamp (versions before about 1.0.4
- # did not). While we could work around the lack of z_streamp, it
- # seems unwise to encourage people to use such old zlib versions...
- ac_fn_c_check_type "$LINENO" "z_streamp" "ac_cv_type_z_streamp" "#include <zlib.h>
-"
-if test "x$ac_cv_type_z_streamp" = xyes; then :
-
-else
- as_fn_error $? "zlib version is too old
-Use --without-zlib to disable zlib support." "$LINENO" 5
-fi
-
-fi
-
case $host_cpu in
x86_64)
# On x86_64, check if we can compile a popcntq instruction