Skip to content

Commit

Permalink
configure.ac: Only require man when both generating docs and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Oct 23, 2024
1 parent 73b9140 commit 90ccfb7
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 @@ -171,7 +171,7 @@ AS_IF(
[NEED_PROG(jq, jq)])

AS_IF(
[test "$ENABLE_DOC_GEN" == "yes"],
[test "$ENABLE_DOC_GEN" == "yes" && test "$ENABLE_FUNCTIONAL_TESTS" == "yes"],
[NEED_PROG(man, man)])

AS_IF([test "$ENABLE_BUILD" == "yes"],[
Expand Down

0 comments on commit 90ccfb7

Please sign in to comment.