From 90ccfb7c17cf1382d726e0e4ba8fc68bfc70e555 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 23 Oct 2024 20:38:36 +0200 Subject: [PATCH] configure.ac: Only require man when both generating docs and testing --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fc59904f358..76e1c2bb71b 100644 --- a/configure.ac +++ b/configure.ac @@ -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"],[