Skip to content

Commit af7e6ee

Browse files
MinasuFelipe Zimmerle
authored andcommitted
Correction lua header
1 parent 9c0ed61 commit af7e6ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/lua.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ AC_DEFUN([CHECK_FOR_LUA_AT], [
129129
break
130130
fi
131131
done
132-
if test -e "${path}/include/fuzzy.h"; then
132+
if test -e "${path}/include/lua.h"; then
133133
lua_inc_path="${path}/include"
134-
elif test -e "${path}/fuzzy.h"; then
134+
elif test -e "${path}/lua.h"; then
135135
lua_inc_path="${path}"
136-
elif test -e "${path}/include/fuzzy/fuzzy.h"; then
136+
elif test -e "${path}/include/lua/lua.h"; then
137137
lua_inc_path="${path}/include"
138138
fi
139139

0 commit comments

Comments
 (0)