Skip to content

Commit

Permalink
fix(build): Put developer tool checks behind related conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 27, 2024
1 parent 2d4ffd6 commit 40e05c6
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 @@ -125,7 +125,7 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
])

AM_COND_IF([DEVELOPER_MODE], [
AM_COND_IF([DEVELOPER_TOOLS], [
QUE_PROGVAR([cargosetversion], [cargo-set-version])
QUE_PROGVAR([checkmake])
QUE_PROGVAR([luacheck])
Expand Down

0 comments on commit 40e05c6

Please sign in to comment.