From 37740e26f325ab04aaae50a7406b861a8fc7719d Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sat, 26 Oct 2013 18:36:43 -0600 Subject: [PATCH] Check libgnu for xattr functions on Haiku --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1730f4513..a913a0151 100644 --- a/configure.ac +++ b/configure.ac @@ -682,7 +682,7 @@ AC_ARG_ENABLE([xattr], [Disable Extended Attributes support (default: check)])) if test "x$enable_xattr" != "xno"; then - AC_SEARCH_LIBS([setxattr], [attr]) + AC_SEARCH_LIBS([setxattr], [attr gnu]) AC_CHECK_DECLS([EXTATTR_NAMESPACE_USER], [], [], [#include #include ]) -- 2.47.2