From af7e6ee169669b35536e00b6ca05c0821a5e02bd Mon Sep 17 00:00:00 2001 From: Minasu Date: Fri, 17 Nov 2017 09:54:43 +0100 Subject: [PATCH] Correction lua header --- build/lua.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/lua.m4 b/build/lua.m4 index a9be98fc..aa9235e2 100644 --- a/build/lua.m4 +++ b/build/lua.m4 @@ -129,11 +129,11 @@ AC_DEFUN([CHECK_FOR_LUA_AT], [ break fi done - if test -e "${path}/include/fuzzy.h"; then + if test -e "${path}/include/lua.h"; then lua_inc_path="${path}/include" - elif test -e "${path}/fuzzy.h"; then + elif test -e "${path}/lua.h"; then lua_inc_path="${path}" - elif test -e "${path}/include/fuzzy/fuzzy.h"; then + elif test -e "${path}/include/lua/lua.h"; then lua_inc_path="${path}/include" fi