mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
configure: Split list of possible suffixes into a line per Lua version
This commit is contained in:
parent
d007771f8d
commit
0974ed9811
1 changed files with 3 additions and 1 deletions
4
configure
vendored
4
configure
vendored
|
@ -404,7 +404,9 @@ then
|
|||
then
|
||||
suffixes="5.3 53 -5.3 -53"
|
||||
else
|
||||
suffixes="5.1 51 -5.1 -51 5.2 52 -5.2 -52 5.3 53 -5.3 -53"
|
||||
suffixes="5.1 51 -5.1 -51"
|
||||
suffixes="$suffixes 5.2 52 -5.2 -52"
|
||||
suffixes="$suffixes 5.3 53 -5.3 -53"
|
||||
fi
|
||||
for suffix in "" $suffixes
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue