diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-12 23:47:06 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:11 -0400 |
commit | 1d7bb6ab2cd93d56a86b9203bfc2cac5ee36de63 (patch) | |
tree | c660253b042b1f2011a79e1780d4d067b165eb9f /configure | |
parent | 5ee24e78f5af0e4be7c6c7192541ca5fd7b0cf96 (diff) |
contrib/elf2dmp: convert to meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -6729,9 +6729,6 @@ if test "$want_tools" = "yes" ; then if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then tools="qemu-nbd\$(EXESUF) qemu-storage-daemon\$(EXESUF) $tools" fi - if [ "$curl" = "yes" ]; then - tools="elf2dmp\$(EXESUF) $tools" - fi fi if test "$softmmu" = yes ; then if test "$linux" = yes; then |