mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 02:49:01 +00:00
Don't make libz support contingent on libssh2, since http.lua uses it now
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -6574,11 +6574,6 @@ fi
|
||||
have_libz="no"
|
||||
requested_included_libz="no"
|
||||
test "${with_libz+set}" != "set" && with_libz="yes"
|
||||
# For now, libz is a libssh2 dependency.
|
||||
# If we end up using it for something else, we'll have to change this line.
|
||||
if test "x${with_libssh2}" = "xno"; then
|
||||
with_libz=no
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --with-libz was given.
|
||||
|
||||
Reference in New Issue
Block a user