aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2024-01-11 14:55:43 +0100
committerMagnus Hagander <magnus@hagander.net>2024-01-11 14:55:43 +0100
commit544bcb5a5e778e8ef8d784de611c5f85bc33433c (patch)
tree74467afb84b45361ad6a7bd0fc6500fe3956daeb
parentba2d2784f3f83277de6f9c17505229fa3f2f6d5c (diff)
downloadpostgresql-544bcb5a5e778e8ef8d784de611c5f85bc33433c.tar.gz
postgresql-544bcb5a5e778e8ef8d784de611c5f85bc33433c.zip
Clarify which xml tools are missing in meson error message
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 57f9735feb0..c317144b6bc 100644
--- a/meson.build
+++ b/meson.build
@@ -587,7 +587,7 @@ if not docs_opt.disabled()
if xmllint_bin.found() and xsltproc_bin.found()
docs_dep = declare_dependency()
elif docs_opt.enabled()
- error('missing required tools for docs in HTML / man page format')
+ error('missing required tools (xmllint and xsltproc needed) for docs in HTML / man page format')
endif
endif