Nmap Development mailing list archives

Re: [nmap-svn] r27465 - nmap


From: Djalal Harouni <tixxdz () opendz org>
Date: Wed, 14 Dec 2011 15:49:49 +0100

Please can someone with Autoconf 2.68 regenerate the configure script.

Thanks.

On Wed, Dec 14, 2011 at 06:42:58AM -0800, commit-mailer () insecure org wrote:
Author: djalal
Date: Wed Dec 14 06:42:58 2011
New Revision: 27465

Log:
Add a missing comma to separate liblinear AC_HELP_STRING macro
arguments. 


Modified:
   nmap/configure.ac

Modified: nmap/configure.ac
==============================================================================
--- nmap/configure.ac (original)
+++ nmap/configure.ac Wed Dec 14 06:42:58 2011
@@ -653,7 +653,7 @@
 # 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)
   ;;

_______________________________________________
Sent through the nmap-svn mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-svn

-- 
tixxdz
http://opendz.org
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: