mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 10:05:31 +00:00
meson: Don't check for addr2line
In the past, we used to have this oomtrace.pl script that
attempted to print the stack trace of where an OOM error
occurred and it used addr2line for that. But since v5.8.0-rc1~189
we don't really care about OOM anymore and the script is long
gone so there's no need to check for addr2line program either.
Fixes: 2c52ecd960
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
c747e51e92
commit
53454b7b34
@ -925,7 +925,6 @@ endforeach
|
||||
# optional programs
|
||||
|
||||
optional_programs = [
|
||||
'addr2line',
|
||||
'augparse',
|
||||
'dmidecode',
|
||||
'dnsmasq',
|
||||
|
Loading…
Reference in New Issue
Block a user