Skip to content

Commit

Permalink
fix(build): Fix typo in autoconf macro, actually depend on lua dep ch…
Browse files Browse the repository at this point in the history
…ecks
  • Loading branch information
alerque committed Dec 2, 2024
1 parent 40e05c6 commit ff173e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/ax_lua_require.m4
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ AC_DEFUN([AX_LUA_REQUIRE],[
ACTION_IF_FOUND
], [
AC_MSG_RESULT([unable to load])
m4_ifset([ACTION_IF_NOT_FOUND][ACTION_IF_NOT_FOUND],
m4_ifset([ACTION_IF_NOT_FOUND],[ACTION_IF_NOT_FOUND],
[AC_MSG_FAILURE([cannot find Lua module MODULE])])
])
Expand Down

0 comments on commit ff173e8

Please sign in to comment.