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 --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-user/syscall.c') diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 9f5da36021..f227097801 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -71,7 +71,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base, #include #endif #ifdef CONFIG_ATTR -#include +#include "qemu-xattr.h" #endif #define termios host_termios -- cgit v1.2.3-55-g7522