From 65ee3296850e9ed3dbca4a58cc22aeb19b3e77c8 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sat, 26 Oct 2013 18:36:43 -0600 Subject: Check libgnu for xattr functions on Haiku diff --git a/configure.ac b/configure.ac index ba3cfda..ffbc1ef 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.12.2