1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Actually use custom libssh2 lib/header path if given

This commit is contained in:
dmiller
2019-10-07 04:04:25 +00:00
parent edb130e908
commit ec30dbab3f
2 changed files with 6 additions and 5 deletions

5
configure vendored
View File

@@ -6815,6 +6815,9 @@ if test "x$ac_cv_lib_ssh2_libssh2_version" = xyes; then :
have_libssh2=yes
LIBSSH2_INC=$with_libssh2/include
LIBSSH2_LIB=$with_libssh2/lib
else
LDFLAGS=$_ldflags
CPPFLAGS=$_cppflags
fi
@@ -6822,8 +6825,6 @@ fi
LDFLAGS=$_ldflags
CPPFLAGS=$_cppflags
;;
esac