]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: skip lxc with too-old glibc
authorEric Blake <eblake@redhat.com>
Thu, 19 Jan 2012 20:35:39 +0000 (13:35 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 23 Jan 2012 13:50:28 +0000 (06:50 -0700)
commit4c18acffd73f874cbf5ba0d0367bbcaeb99328ac
treeba0643722146c48116187887ac8066adc5b8358c
parent549cedc6a9f0505de3930f42846c2a569caa91b9
build: skip lxc with too-old glibc

Since we already require the kernel to be new enough to support
LO_FLAGS_AUTOCLEAR, we might as well also require glibc to be
new enough to support epoll_create1().

* configure.ac (with_lxc): We require glibc 2.9 for LXC.
Reported and tested by Philipp Hahn.
configure.ac