mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 14:22:29 +00:00
configure.ac: Only require man when both generating docs and testing
This commit is contained in:
parent
73b91406a3
commit
90ccfb7c17
@ -171,7 +171,7 @@ AS_IF(
|
|||||||
[NEED_PROG(jq, jq)])
|
[NEED_PROG(jq, jq)])
|
||||||
|
|
||||||
AS_IF(
|
AS_IF(
|
||||||
[test "$ENABLE_DOC_GEN" == "yes"],
|
[test "$ENABLE_DOC_GEN" == "yes" && test "$ENABLE_FUNCTIONAL_TESTS" == "yes"],
|
||||||
[NEED_PROG(man, man)])
|
[NEED_PROG(man, man)])
|
||||||
|
|
||||||
AS_IF([test "$ENABLE_BUILD" == "yes"],[
|
AS_IF([test "$ENABLE_BUILD" == "yes"],[
|
||||||
|
Loading…
Reference in New Issue
Block a user