--- 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