From 4f26f2b6f2fba52b13f4c2ad1790f46c96a0923e Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Wed, 9 Nov 2011 14:44:52 +0200 Subject: 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. Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori --- hw/9pfs/virtio-9p-xattr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/9pfs/virtio-9p-xattr.h') diff --git a/hw/9pfs/virtio-9p-xattr.h b/hw/9pfs/virtio-9p-xattr.h index 247e414ebd..9437280c99 100644 --- a/hw/9pfs/virtio-9p-xattr.h +++ b/hw/9pfs/virtio-9p-xattr.h @@ -13,7 +13,7 @@ #ifndef _QEMU_VIRTIO_9P_XATTR_H #define _QEMU_VIRTIO_9P_XATTR_H -#include +#include "qemu-xattr.h" typedef struct xattr_operations { -- cgit v1.2.3