All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build: add hint for a2x error message
@ 2025-02-28 18:54 Jan Engelhardt
  2025-03-05 21:40 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2025-02-28 18:54 UTC (permalink / raw)
  To: netfilter-devel; +Cc: fw, pablo

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 816e9201..80a64813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ CHECK_GCC_FVISIBILITY
 AS_IF([test "x$enable_man_doc" = "xyes"], [
        AC_CHECK_PROG(A2X, [a2x], [a2x], [no])
        AS_IF([test "$A2X" = "no" -a ! -f "${srcdir}/doc/nft.8"],
-	     [AC_MSG_ERROR([a2x not found, please install asciidoc])])
+	     [AC_MSG_ERROR([a2x not found, please install asciidoc, or pass --disable-man-doc])])
 ])
 
 PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.4])
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-05 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28 18:54 [PATCH] build: add hint for a2x error message Jan Engelhardt
2025-03-05 21:40 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.