]> xenbits.xensource.com Git - libvirt.git/commit
numad: Check numactl-devel if compiled with numad support
authorOsier Yang <jyang@redhat.com>
Wed, 9 May 2012 04:22:58 +0000 (12:22 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 9 May 2012 05:12:32 +0000 (13:12 +0800)
commitb0f3244554b7b67183615a353897a2e19e0c6d68
tree8ef8bd667ce150fbc12b08b33a815e29e3fce5d9
parenta00efddab6c1af64eb87f450e98b266d8d02f0aa
numad: Check numactl-devel if compiled with numad support

Since now we pre-set memory policy using libnuma to fully
drive numad, it needs to check numactl-devel if "with_numad"
is "yes".

configure with groups "--with-numad=yes --with-numactl=yes",
"--with-numad=no --with-numactl=yes", "--with-numad=yes
--with-numactl=yes" works fine after the change.
configure.ac