Statistics
| Branch: | Revision:

root / qemu-xattr.h @ 93148aa5

History | View | Annotate | Download (606 Bytes)

# Date Author Comment
4f26f2b6 11/09/2011 08:06 pm Avi Kivity

configure: fix detection for xattr.h on modern distributions

Modern distributions place xattr.h in /usr/include/sys, and fold
libattr.so into libc. They also don't have an ENOATTR.

Make configure detect this, and add a qemu-xattr.h file that
directs the #include to the right place....