Home | History | Annotate | Download | only in openssh

Lines Matching full:zlib

1410   --with-zlib=PATH        Use zlib in PATH
1411 --without-zlib-version-check Disable zlib version check
7903 # Check whether --with-zlib was given.
7906 as_fn_error $? "*** zlib is required ***" "$LINENO" 5
7931 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
7935 as_fn_error $? "*** zlib.h missing - please install first or check config.log ***" "$LINENO" 5
8017 as_fn_error $? "*** zlib missing - please install first or check config.log ***" "$LINENO" 5
8029 # Check whether --with-zlib-version-check was given.
8039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for possibly buggy zlib" >&5
8040 $as_echo_n "checking for possibly buggy zlib... " >&6; }
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cross compiling: not checking zlib version" >&5
8043 $as_echo "$as_me: WARNING: cross compiling: not checking zlib version" >&2;}
8050 #include <zlib.h>
8061 fprintf(stderr, "found zlib version %s (%d)\n", ZLIB_VERSION, v);
8084 as_fn_error $? "*** zlib too old - check config.log ***
8085 Your reported zlib version has known security problems. It's possible your
8088 \"./configure --without-zlib-version-check\".
8089 If you are in doubt, upgrade zlib to version 1.2.3 or greater.
8090 See http://www.gzip.org/zlib/ for details." "$LINENO" 5
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: zlib version may have security problems" >&5
8093 $as_echo "$as_me: WARNING: zlib version may have security problems" >&2;}