mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Obey the user's command to use a system liblinear.
Do this even if a system copy doesn't appear to be installed. Now you get an error when that happens instead of Nmap silently using its own version.
This commit is contained in:
parent
f74851d638
commit
bd0e7b9b32
1 changed files with 1 additions and 0 deletions
|
|
@ -669,6 +669,7 @@ AC_HELP_STRING([--with-liblinear=included], [Use the liblinear version included
|
|||
*)
|
||||
CPPFLAGS="-I$with_liblinear/include $CPPFLAGS"
|
||||
LDFLAGS="-L$with_liblinear/lib $LDFLAGS"
|
||||
have_liblinear=yes
|
||||
;;
|
||||
esac]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue