From 92d8946ed587d2f6fe8a7e81b6aff8e7d3138fc4 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 5 Aug 2018 22:48:41 +1000 Subject: configure: Remove duplicate from list of include path templates --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 14d699dc..0c4f3ca3 100755 --- a/configure +++ b/configure @@ -429,7 +429,6 @@ check_incdir() { "$incdir/lua/$LUA_VERSION/lua.h" \ "$incdir/lua$LUA_VERSION/lua.h" \ "$incdir/lua.h" \ - "$incdir/lua$LUA_VERSION/lua.h" \ $("$LUA_BINDIR/$LUA_INTERPRETER" -e 'print(jit and [['"$incdir"'/luajit-]]..jit.version:match("(%d+%.%d+)")..[[/lua.h]] or "")') do [ -f "$lua_h" ] && return -- cgit v1.2.3-55-g6feb