From: Daniel P. Berrangé <berra...@redhat.com> There is no reference to PERL, PYTHON3, XMLLINT or XSLTPROC conf variables anywhere, only the ${name}_prog meson variables are used.
Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index ea3e752f93..e1d183df23 100644 --- a/meson.build +++ b/meson.build @@ -840,7 +840,6 @@ required_programs = [ foreach name : required_programs prog = find_program(name, dirs: libvirt_sbin_path) varname = name.underscorify() - conf.set_quoted(varname.to_upper(), prog.full_path()) set_variable('@0@_prog'.format(varname), prog) endforeach -- 2.49.0