diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-04-14 19:08:12 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-14 19:08:12 -0300 |
commit | c3084d114dc18e982c21c05dd6061db7782e515a (patch) | |
tree | 73756662d562ef4168866be4b11e82d35b55b45c | |
parent | cd0d7616f8f3f74f47280bba6b81e44286b78c99 (diff) | |
parent | 3dcfa00db4b29609d83f356502ef83c5eefe2a34 (diff) | |
download | luarocks-c3084d114dc18e982c21c05dd6061db7782e515a.tar.gz luarocks-c3084d114dc18e982c21c05dd6061db7782e515a.tar.bz2 luarocks-c3084d114dc18e982c21c05dd6061db7782e515a.zip |
Merge pull request #691 from Izaron/config-fail
Fixed wrong "interp" in the configure file
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ fi | |||
308 | if [ "$lua_interp_found" != "yes" ] | 308 | if [ "$lua_interp_found" != "yes" ] |
309 | then | 309 | then |
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." |
314 | fi | 314 | fi |