From: Jan Engelhardt Date: Fri, 28 Feb 2025 18:54:05 +0000 (+0100) Subject: build: add hint for a2x error message X-Git-Tag: v1.1.2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=baeb2c200f60f2191dc4f175e1432733ced2f6e0;p=thirdparty%2Fnftables.git build: add hint for a2x error message Display: a2x not found, please install asciidoc, or pass --disable-man-doc Signed-off-by: Pablo Neira Ayuso --- 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])