aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEvgeny Shulgin <izarizar@mail.ru>2017-04-14 21:26:19 +0300
committerGitHub <noreply@github.com>2017-04-14 21:26:19 +0300
commit3dcfa00db4b29609d83f356502ef83c5eefe2a34 (patch)
tree73756662d562ef4168866be4b11e82d35b55b45c /configure
parentcd0d7616f8f3f74f47280bba6b81e44286b78c99 (diff)
downloadluarocks-3dcfa00db4b29609d83f356502ef83c5eefe2a34.tar.gz
luarocks-3dcfa00db4b29609d83f356502ef83c5eefe2a34.tar.bz2
luarocks-3dcfa00db4b29609d83f356502ef83c5eefe2a34.zip
Fixed wrong "interp" in the configure file
Fixed wrong "interp" instead of "where" in the configure file
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ab629f98..15a18bb8 100755
--- a/configure
+++ b/configure
@@ -308,7 +308,7 @@ fi
308if [ "$lua_interp_found" != "yes" ] 308if [ "$lua_interp_found" != "yes" ]
309then 309then
310 [ "$LUA_VERSION_SET" ] && { interp="Lua $LUA_VERSION" ;} || { interp="Lua" ;} 310 [ "$LUA_VERSION_SET" ] && { interp="Lua $LUA_VERSION" ;} || { interp="Lua" ;}
311 [ "$LUA_DIR_SET" -o "$LUA_BINDIR_SET" ] && { where="$LUA_BINDIR" ;} || { interp="\$PATH" ;} 311 [ "$LUA_DIR_SET" -o "$LUA_BINDIR_SET" ] && { where="$LUA_BINDIR" ;} || { where="\$PATH" ;}
312 echo "$interp interpreter not found in $where" 312 echo "$interp interpreter not found in $where"
313 die "You may want to use the flags --with-lua, --with-lua-bin and/or --lua-suffix. See --help." 313 die "You may want to use the flags --with-lua, --with-lua-bin and/or --lua-suffix. See --help."
314fi 314fi