mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.9->0.10
This commit is contained in:
commit
ae8a4fb909
3 changed files with 21 additions and 3 deletions
|
@ -49,6 +49,14 @@ package.preload["util.ztact"] = function ()
|
|||
end;
|
||||
|
||||
function check_dependencies()
|
||||
if _VERSION ~= "Lua 5.1" then
|
||||
print "***********************************"
|
||||
print("Unsupported Lua version: ".._VERSION);
|
||||
print("Only Lua 5.1 is supported.");
|
||||
print "***********************************"
|
||||
return false;
|
||||
end
|
||||
|
||||
local fatal;
|
||||
|
||||
local lxp = softreq "lxp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue