Fix searching for Lua 5.3 on OpenBSD

This commit is contained in:
Přemysl Eric Janouch 2015-11-22 19:10:59 +01:00
parent f69edd6606
commit b746c014aa
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ include_directories (${libssl_INCLUDE_DIRS})
link_directories (${libssl_LIBRARY_DIRS})
# FIXME: other Lua versions may be acceptable, don't know yet
pkg_search_module (lua lua5.3 lua-5.3 lua>=5.3)
pkg_search_module (lua lua53 lua5.3 lua-5.3 lua>=5.3)
option (WITH_LUA "Enable experimental support for Lua plugins" ${lua_FOUND})
if (WITH_LUA)