Skip to content

Commit 5ada61d

Browse files
committed
fix(build): Don't expect Lua if we're not using it
1 parent 14ec5fe commit 5ada61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
9191
])
9292
9393
# We actually need both 5.1 and 5.4 for most of these, but for now assume this is good enough
94-
AX_PROG_LUA(5.1, [], [], AC_MSG_ERROR([lua interpreter matching SILE's version is required]), always)
94+
AX_PROG_LUA(5.1, [], [], AC_MSG_ERROR([lua interpreter matching SILE's version is required]), [always])
9595
AX_LUA_MODULE(cldr)
9696
AX_LUA_MODULE(cosmo)
9797
AX_LUA_MODULE(decasify)

0 commit comments

Comments
 (0)