mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 10:05:31 +00:00
meson: Drop numactl_version
It's not used. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
a608ec8ccd
commit
1834e17097
@ -1071,7 +1071,6 @@ else
|
||||
intl_dep = dependency('', required: false)
|
||||
endif
|
||||
|
||||
numactl_version = '2.0.6'
|
||||
numactl_dep = cc.find_library('numa', required: get_option('numactl'))
|
||||
if numactl_dep.found()
|
||||
conf.set('WITH_NUMACTL', 1)
|
||||
|
Loading…
Reference in New Issue
Block a user