Add a missing comma to separate liblinear AC_HELP_STRING macro

arguments.
This commit is contained in:
djalal 2011-12-14 14:42:58 +00:00
parent 59b0737886
commit bce8764047

View file

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