--- nmap-4.65/configure.ac +++ nmap-4.65/configure.ac @@ -475,6 +475,9 @@ AC_HELP_STRING([--with-libdnet=included], [Use the libdnet version included with ;; included) ;; + /usr) + have_dnet=yes + ;; *) CPPFLAGS="-I$with_libdnet/include $CPPFLAGS" LDFLAGS="-L$with_libdnet/lib $LDFLAGS"