Skip to content

Commit

Permalink
fix(build): Fix Lua module detection to *fail* if not found
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 2, 2024
1 parent 653173c commit 18f707b
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 18f707b

Please sign in to comment.