We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62c902 commit 8d682c8Copy full SHA for 8d682c8
configure.ac
@@ -109,10 +109,10 @@ AS_IF([test "$enable_documentation" = "yes"],
109
[AC_PATH_PROG(A2X, a2x, :)
110
AC_PATH_PROG(ASCIIDOC, asciidoc, :)
111
AS_IF([test "$A2X" = :],
112
- [AC_MSG_WARN([Could not find a2x.])]
+ [AC_MSG_ERROR([Could not find a2x. Please install asciidoc.])]
113
)
114
AS_IF([test "$ASCIIDOC" = :],
115
- [AC_MSG_WARN([Could not find asciidoc.])]
+ [AC_MSG_ERROR([Could not find asciidoc. Please install asciidoc.])]
116
)]
117
118
0 commit comments