aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-09-01 06:38:04 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-09-08 11:43:16 +0200
commitb6daf4d3699fe255202e9a0866633ed2f2248497 (patch)
tree880e4138f1795682721859d69e9facbae731803e /meson.build
parent3fc1aad3864b77df504ea4c61faa751a5a5a2244 (diff)
downloadqemu-b6daf4d3699fe255202e9a0866633ed2f2248497.zip
qemu-b6daf4d3699fe255202e9a0866633ed2f2248497.tar.gz
qemu-b6daf4d3699fe255202e9a0866633ed2f2248497.tar.bz2
configure: do not look for install(1)
It is not used anymore, so there is no Solaris-specific check to perform. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8cc26fd..22fc4bc 100644
--- a/meson.build
+++ b/meson.build
@@ -1344,7 +1344,6 @@ summary_info += {'CFLAGS': config_host['CFLAGS']}
summary_info += {'QEMU_CFLAGS': config_host['QEMU_CFLAGS']}
summary_info += {'QEMU_LDFLAGS': config_host['QEMU_LDFLAGS']}
summary_info += {'make': config_host['MAKE']}
-summary_info += {'install': config_host['INSTALL']}
summary_info += {'python': '@0@ (version: @1@)'.format(python.full_path(), python.language_version())}
summary_info += {'sphinx-build': config_host['SPHINX_BUILD']}
summary_info += {'genisoimage': config_host['GENISOIMAGE']}