mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Allow LuaJIT 2.1 to be used
This commit is contained in:
@@ -102,7 +102,7 @@ static const struct luaL_Reg mscLuaLib[] = {
|
||||
} // namespace modsecurity
|
||||
|
||||
#ifdef WITH_LUA
|
||||
#if defined LUA_VERSION_NUM && LUA_VERSION_NUM < 502
|
||||
#if defined LUA_VERSION_NUM && LUA_VERSION_NUM < 502 && !defined WITH_LUA_JIT_2_1
|
||||
/*
|
||||
** Adapted from Lua 5.2.0
|
||||
*/
|
||||
|
Reference in New Issue
Block a user