mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
test
This commit is contained in:
parent
fe4d7bbe53
commit
2bf4eaada9
1 changed files with 3 additions and 1 deletions
|
|
@ -289,14 +289,16 @@ AC_ARG_WITH(libpcap,
|
|||
[ --with-libpcap[=DIR] Look for pcap in DIR/include and DIR/libs],
|
||||
[ case "$with_libpcap" in
|
||||
yes)
|
||||
AC_MSG_WARN([YOU SAID YES...YOU SAID YES])
|
||||
AC_CHECK_HEADER(pcap.h,[
|
||||
AC_CHECK_LIB(pcap, pcap_datalink,
|
||||
[have_libpcap=yes ])])
|
||||
;;
|
||||
no)
|
||||
echo "YOU SAID NO...YOU SAID NO"
|
||||
AC_MSG_WARN([YOU SAID NO...YOU SAID NO])
|
||||
;;
|
||||
*)
|
||||
AC_MSG_WARN([YOU SAID OTHER...YOU SAID OTHER])
|
||||
_cppflags=$CXXFLAGS
|
||||
_ldflags=$LDFLAGS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue