aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-10-28 12:10:46 -0200
committerHisham <hisham@gobolinux.org>2016-10-28 12:10:46 -0200
commit825e722029fbc93976c2d882dd21f444f9bffda0 (patch)
treee406e578987989d547db1710215af701bf644546 /configure
parent17f71ed0e37122d24d8df53e276bbb190c12fb69 (diff)
parent825f903a29df24b912e77e48d8b59e43e3a72029 (diff)
downloadluarocks-825e722029fbc93976c2d882dd21f444f9bffda0.tar.gz
luarocks-825e722029fbc93976c2d882dd21f444f9bffda0.tar.bz2
luarocks-825e722029fbc93976c2d882dd21f444f9bffda0.zip
Merge branch 'master' into luarocks-3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ae2696d2..ab629f98 100755
--- a/configure
+++ b/configure
@@ -292,7 +292,7 @@ then
292 else 292 else
293 suffixes="5.3 53 -5.3 -53 5.2 52 -5.2 -52 5.1 51 -5.1 -51" 293 suffixes="5.3 53 -5.3 -53 5.2 52 -5.2 -52 5.1 51 -5.1 -51"
294 fi 294 fi
295 for suffix in "" `echo $suffixes` 295 for suffix in `echo $suffixes` ""
296 do 296 do
297 search_interpreter "$suffix" && { 297 search_interpreter "$suffix" && {
298 lua_interp_found=yes 298 lua_interp_found=yes