summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2022-01-11 10:56:22 +0100
committerJan Janssen <medhefgo@web.de>2022-01-11 14:56:30 +0100
commit68a06b3cdfe35ff08092e139033edb4a5189a439 (patch)
tree21f01d35f46f7c22fa0f453a330a4f3d164d1b7a /man/meson.build
parentbbec46c817951225f1e535d3df95b82a114e502a (diff)
downloadsystemd-68a06b3cdfe35ff08092e139033edb4a5189a439.tar.gz
meson: Add check argument to remaining run_command() calls
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index a06a601767..710b4ca008 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -105,7 +105,7 @@ endforeach
############################################################
-have_lxml = run_command(xml_helper_py).returncode() == 0
+have_lxml = run_command(xml_helper_py, check: false).returncode() == 0
if not have_lxml
message('python-lxml not available, not making man page indices')
endif