diff options
author | 2013-10-26 22:54:48 +0100 | |
---|---|---|
committer | 2013-10-26 22:54:48 +0100 | |
commit | 897428ee14ba7ab4fb16203f2305cf85276d3f99 (patch) | |
tree | 54a3dce6911f663639fe236e5e00f97e2e6e8d11 | |
parent | 6306a6bedab8ac4f7cc810673a05ea08f8f24d16 (diff) | |
download | paludis-897428ee14ba7ab4fb16203f2305cf85276d3f99.tar.gz paludis-897428ee14ba7ab4fb16203f2305cf85276d3f99.tar.xz |
Sensible error message
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d7168c5cb..7b4f209f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1042,7 +1042,7 @@ if test x$USE_PREBUILT_DOCUMENTATION = xno ; then HAVE_HTMLTIDY=yes AC_CHECK_PROG(HAVE_HTMLTIDY_WORKS, [tidy], [yes], [no]) if test "x$HAVE_HTMLTIDY_WORKS" = xno ; then - AC_MSG_ERROR([--enable-htmltidy was specified but 'tidy' does not work]) + AC_MSG_ERROR(['tidy' does not work]) fi else HAVE_ASCIIDOC=no |