mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix regression on non-solaris for lua (lua5.1, not lua51).
This commit is contained in:
@@ -5,7 +5,7 @@ dnl LUA_CFLAGS
|
||||
dnl LUA_LIBS
|
||||
|
||||
LUA_CONFIG="pkg-config"
|
||||
LUA_PKGNAME="lua51"
|
||||
LUA_PKGNAME="lua5.1"
|
||||
LUA_CFLAGS=""
|
||||
LUA_LIBS=""
|
||||
|
||||
|
Reference in New Issue
Block a user