mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Add a missing comma to separate liblinear AC_HELP_STRING macro
arguments.
This commit is contained in:
parent
59b0737886
commit
bce8764047
1 changed files with 1 additions and 1 deletions
|
|
@ -653,7 +653,7 @@ have_liblinear=no
|
|||
# First we test whether they specified liblinear explicitly
|
||||
AC_ARG_WITH(liblinear,
|
||||
AC_HELP_STRING([--with-liblinear=DIR], [Use an existing (compiled) liblinear from DIR/include and DIR/lib.])
|
||||
AC_HELP_STRING([--with-liblinear=included], [Use the liblinear version included with Nmap])
|
||||
AC_HELP_STRING([--with-liblinear=included], [Use the liblinear version included with Nmap]),
|
||||
[ case "$with_liblinear" in
|
||||
yes)
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue