mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Fixed typo in lua finding script.
This commit is contained in:
parent
229b1f9db6
commit
b39bd86797
@ -51,7 +51,7 @@ else
|
||||
with_lua_lib="${x}"
|
||||
break
|
||||
elif test -e "${x}/lib/liblua5.1.so"; then
|
||||
with_lua_lib="${x}"
|
||||
with_lua_lib="${x}/lib"
|
||||
break
|
||||
else
|
||||
with_lua_lib=""
|
||||
@ -62,7 +62,7 @@ else
|
||||
with_lua_inc="${x}"
|
||||
break
|
||||
elif test -e "${x}/include/lua.h"; then
|
||||
with_lua_inc="${x}"
|
||||
with_lua_inc="${x}/include"
|
||||
break
|
||||
else
|
||||
with_lua_inc=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user