mirror of
https://github.com/nmap/nmap.git
synced 2026-02-02 03:29:02 +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:
@@ -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]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user