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

Fixing typo in libdnet ./configure notice.

This commit is contained in:
daniel
2009-08-09 12:09:46 +00:00
parent 4ec75b15b7
commit e73cd9ee99
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -7778,7 +7778,7 @@ LIBDNETDIR=libdnet-stripped
# copy of libdnet. That is, with the other libraries we check for a system
# version by default, whereas with dnet we use the local version unless
# specifically asked to use a system version. This is because we have
# made many improvements and fixes to our version od dnet.
# made many improvements and fixes to our version of dnet.
# Check whether --with-libdnet was given.
if test "${with_libdnet+set}" = set; then

View File

@@ -465,7 +465,7 @@ LIBDNETDIR=libdnet-stripped
# copy of libdnet. That is, with the other libraries we check for a system
# version by default, whereas with dnet we use the local version unless
# specifically asked to use a system version. This is because we have
# made many improvements and fixes to our version od dnet.
# made many improvements and fixes to our version of dnet.
AC_ARG_WITH(libdnet,
AC_HELP_STRING([--with-libdnet=DIR], [Use an existing (compiled) dnet lib from DIR/include and DIR/lib. This is NOT RECOMMENDED because we have made many important fixes to our included libdnet, as described at http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS])
AC_HELP_STRING([--with-libdnet=included], [Use the libdnet version included with Nmap (default)]),