Disable numactl on ARM architectures too

* libvirt.spec.in: Disable numactl on ARM
This commit is contained in:
Daniel P. Berrange 2011-11-10 11:33:17 +00:00
parent 091fa6a89c
commit a132fb0925

View File

@ -92,8 +92,8 @@
%define with_libxl 0
%endif
# Numactl is not available on s390[x]
%ifarch s390 s390x
# Numactl is not available on s390[x] and ARM
%ifarch s390 s390x %{arm}
%define with_numactl 0
%endif