]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/meson.build
meson: Add check argument to remaining run_command() calls
[thirdparty/systemd.git] / man / meson.build
index a06a60176707def5d386ad9705fb40a25d6a43a6..710b4ca0088542d47a97e0707b2f7fe5b3aea0a4 100644 (file)
@@ -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