1
0
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:
david
2011-12-14 22:14:42 +00:00
parent f74851d638
commit bd0e7b9b32

View File

@@ -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]
)