Skip to content

Commit

Permalink
fix(build): Don't expect Lua if we're not using it
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 26, 2024
1 parent 14ec5fe commit 5ada61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
])
# We actually need both 5.1 and 5.4 for most of these, but for now assume this is good enough
AX_PROG_LUA(5.1, [], [], AC_MSG_ERROR([lua interpreter matching SILE's version is required]), always)
AX_PROG_LUA(5.1, [], [], AC_MSG_ERROR([lua interpreter matching SILE's version is required]), [always])
AX_LUA_MODULE(cldr)
AX_LUA_MODULE(cosmo)
AX_LUA_MODULE(decasify)
Expand Down

0 comments on commit 5ada61d

Please sign in to comment.