diff options
author | daurnimator <quae@daurnimator.com> | 2018-08-05 22:48:41 +1000 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-13 00:25:28 -0300 |
commit | 92d8946ed587d2f6fe8a7e81b6aff8e7d3138fc4 (patch) | |
tree | ff842bd5eccb08130a368eddfd561089e699ba9c | |
parent | 17d9e563387569e8f040be270f5fad9b42974502 (diff) | |
download | luarocks-92d8946ed587d2f6fe8a7e81b6aff8e7d3138fc4.tar.gz luarocks-92d8946ed587d2f6fe8a7e81b6aff8e7d3138fc4.tar.bz2 luarocks-92d8946ed587d2f6fe8a7e81b6aff8e7d3138fc4.zip |
configure: Remove duplicate from list of include path templates
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -429,7 +429,6 @@ check_incdir() { | |||
429 | "$incdir/lua/$LUA_VERSION/lua.h" \ | 429 | "$incdir/lua/$LUA_VERSION/lua.h" \ |
430 | "$incdir/lua$LUA_VERSION/lua.h" \ | 430 | "$incdir/lua$LUA_VERSION/lua.h" \ |
431 | "$incdir/lua.h" \ | 431 | "$incdir/lua.h" \ |
432 | "$incdir/lua$LUA_VERSION/lua.h" \ | ||
433 | $("$LUA_BINDIR/$LUA_INTERPRETER" -e 'print(jit and [['"$incdir"'/luajit-]]..jit.version:match("(%d+%.%d+)")..[[/lua.h]] or "")') | 432 | $("$LUA_BINDIR/$LUA_INTERPRETER" -e 'print(jit and [['"$incdir"'/luajit-]]..jit.version:match("(%d+%.%d+)")..[[/lua.h]] or "")') |
434 | do | 433 | do |
435 | [ -f "$lua_h" ] && return | 434 | [ -f "$lua_h" ] && return |