diff options
author | Evgeny Shulgin <izarizar@mail.ru> | 2017-04-14 21:26:19 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2017-04-14 19:08:19 -0300 |
commit | 63de2e0a9c1fe2fd05455b377414a28d7dc5d71e (patch) | |
tree | bfb70688fb81c2bb27d24ca4eca4724741955fe4 /configure | |
parent | b2593b4f6a69575a6c657a33032a17fceb409c9d (diff) | |
download | luarocks-63de2e0a9c1fe2fd05455b377414a28d7dc5d71e.tar.gz luarocks-63de2e0a9c1fe2fd05455b377414a28d7dc5d71e.tar.bz2 luarocks-63de2e0a9c1fe2fd05455b377414a28d7dc5d71e.zip |
Fixed wrong "interp" in the configure file
Fixed wrong "interp" instead of "where" in the configure file
Diffstat (limited to 'configure')
-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 |