aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-11-29 16:16:09 +0100
committerKim Alvefur <zash@zash.se>2018-11-29 16:16:09 +0100
commit0974ed9811f7d814df095ee089a701807c03cafa (patch)
tree294ef29f79db80699fffbaa6c50086f74ee551f3 /configure
parentd007771f8da390816640fa3839b29dcbaa5862d2 (diff)
downloadprosody-0974ed9811f7d814df095ee089a701807c03cafa.tar.gz
prosody-0974ed9811f7d814df095ee089a701807c03cafa.zip
configure: Split list of possible suffixes into a line per Lua version
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 4307997c..92f078f4 100755
--- a/configure
+++ b/configure
@@ -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