From 2c41f84d7f65570e7d322cb57d96d0118b28a4c0 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 18 May 2009 21:15:00 +0000 Subject: [PATCH] o Patched configure.ac to detect Lua include and library files in "lua5.1" subdirectories of /usr/include and the like. Apparently Debian puts them there. We still check the likes of /usr/include/lua.h and /usr/include/lua/lua.h as well. [Jan Christoph Nordholz] --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8440e53a7..26b109805 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ # Nmap Changelog ($Id$); -*-text-*- +o Patched configure.ac to detect Lua include and library files in + "lua5.1" subdirectories of /usr/include and the like. Apparently + Debian puts them there. We still check the likes of + /usr/include/lua.h and /usr/include/lua/lua.h as well. [Jan + Christoph Nordholz] + o Fixed an assertion failure which could occur on at least SPARC Linux The error looked like "nsock_core.c:294: handle_connect_result: Assertion `0' failed. Aborted". [David Fifield, Fabio Pedretti]