aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-08-05 22:48:41 +1000
committerHisham Muhammad <hisham@gobolinux.org>2018-08-13 00:25:28 -0300
commit92d8946ed587d2f6fe8a7e81b6aff8e7d3138fc4 (patch)
treeff842bd5eccb08130a368eddfd561089e699ba9c
parent17d9e563387569e8f040be270f5fad9b42974502 (diff)
downloadluarocks-92d8946ed587d2f6fe8a7e81b6aff8e7d3138fc4.tar.gz
luarocks-92d8946ed587d2f6fe8a7e81b6aff8e7d3138fc4.tar.bz2
luarocks-92d8946ed587d2f6fe8a7e81b6aff8e7d3138fc4.zip
configure: Remove duplicate from list of include path templates
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 14d699dc..0c4f3ca3 100755
--- a/configure
+++ b/configure
@@ -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