1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

test version

This commit is contained in:
fyodor
2005-07-23 01:23:22 +00:00
parent 606b3e3ca8
commit f6e76e3189

8
configure vendored
View File

@@ -858,7 +858,7 @@ Optional Packages:
--with-localdirs Explicitly ask compiler to use /usr/local/{include,libs} if they exist
--without-nmapfe skip nmapfe X-window GUI
--with-openssl=DIR Use optional openssl libs and includes from DIR/lib/ and DIR/include/openssl/)
--with-libpcap=DIR Look for pcap in DIR/include and DIR/libs
--with-libpcap=DIR Look for pcap in DIR/include and DIR/libs. Specify --with-libpcap=included to always use version included with Nmap
--with-libpcre=DIR Use an existing (compiled) pcre lib from DIR/include and DIR/lib. Specify --with-libpcre=included to always use the version included with Nmap
--with-libdnet=DIR Use an existing (compiled) dnet lib from DIR/include and DIR/lib.
--with-libnbase=DIR Look for nbase include/libs in DIR
@@ -5492,9 +5492,9 @@ fi
;;
no)
{ echo "$as_me:$LINENO: WARNING: YOU SAID NO...YOU SAID NO" >&5
echo "$as_me: WARNING: YOU SAID NO...YOU SAID NO" >&2;}
included)
{ echo "$as_me:$LINENO: WARNING: YOU SAID INCLUDED...YOU SAID INCLUDED" >&5
echo "$as_me: WARNING: YOU SAID INCLUDED...YOU SAID INCLUDED" >&2;}
have_libpcap=no
;;
*)