From: Eric Leblond Date: Tue, 19 Jun 2018 21:46:50 +0000 (+0200) Subject: configure.ac: better message when a2x is missing X-Git-Tag: v0.9.1~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48a82cbb1db9ba5a93fea736a9f8215de03b1a94;p=thirdparty%2Fnftables.git configure.ac: better message when a2x is missing Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index 3c5ba4db..57057026 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,7 @@ AM_COND_IF([BUILD_PDF], [ AS_IF([test "$need_a2x" = "yes"], [ AC_CHECK_PROG(A2X, [a2x], [found], [no]) AS_IF([test "$A2X" != "found"], - [AC_MSG_ERROR([a2x not found])]) + [AC_MSG_ERROR([a2x not found, please install asciidoc])]) ]) PKG_CHECK_MODULES([LIBMNL], [libmnl >= 1.0.3])