Update comment about needed Lua version in configure.ac (5.3 is needed, not 5.2)

Leonardo Taccari <[email protected]> Tue, 18 Sep 2018 17:05:41 +0200
Newsgroups gmane.comp.security.nmap.devel
Message-ID <[email protected]>
Hello to the entire nmap community,
the comment in configure.ac:837 (Lua 5.2 needed) does not match
with the checks done (Lua 5.3 is actually needed!).

The following trivial patch attached in this email update that
comment.


Thank you!


PS: I am not subscribed to the ML so please add me in cc:.

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/
patch-configure.ac (text/x-diff, 389 B)
Exactly Lua 5.3 is needed and checked, not 5.2.

--- configure.ac.orig	2018-09-18 16:52:29.096987431 +0200
+++ configure.ac	2018-09-18 16:52:39.234216435 +0200
@@ -834,7 +834,7 @@
     )
 
     AC_LANG_PUSH(C++)
-    # We need Lua 5.2 exactly
+    # We need Lua 5.3 exactly
     AC_MSG_CHECKING([for lua version == 503])
     AC_RUN_IFELSE([ AC_LANG_PROGRAM(
       [[#include <lua.h>]],