]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: add configure checks for BSD CPU affinity
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Wed, 29 Jan 2014 18:31:44 +0000 (22:31 +0400)
committerEric Blake <eblake@redhat.com>
Wed, 29 Jan 2014 19:11:48 +0000 (12:11 -0700)
commitd779d218d41531a326d40bc48d353e9c91f45bbf
tree00595c9b84057892a6d8e3efcc4beab051bf23d8
parent122cd16982b30dfd54731dd9f353e54f0e5628b8
maint: add configure checks for BSD CPU affinity

Check for presence of sys/cpuset.h header and cpuset_getaffinity()
in configure instead of just using #ifdef __FreeBSD__ for that code.
configure.ac
src/util/virprocess.c