mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fail if libdnet doesn't include eth or route support. See #3289
This commit is contained in:
parent
9e57a821ef
commit
7f2764927b
2 changed files with 1050 additions and 1150 deletions
2198
libdnet-stripped/configure
vendored
2198
libdnet-stripped/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -201,6 +201,7 @@ elif test "$ac_cv_header_sys_dlpi_h" = yes || \
|
|||
AC_LIBOBJ([eth-dlpi])
|
||||
else
|
||||
AC_LIBOBJ([eth-none])
|
||||
AC_MSG_ERROR("Ethernet support not found for this system.")
|
||||
fi
|
||||
|
||||
AC_LIBOBJ([fw-none])
|
||||
|
|
@ -232,6 +233,7 @@ elif test "$ac_cv_header_hpsecurity_h" = yes ; then
|
|||
AC_LIBOBJ([route-hpux])
|
||||
else
|
||||
AC_LIBOBJ([route-none])
|
||||
AC_MSG_ERROR("Routing interface not found for this system.")
|
||||
fi
|
||||
|
||||
dnl Check for ndisc interface.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue