]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Check libgnu for xattr functions on Haiku 912/head
authorChris Roberts <cpr420@gmail.com>
Sun, 27 Oct 2013 00:36:43 +0000 (18:36 -0600)
committerJerome Duval <jerome.duval@gmail.com>
Tue, 23 May 2017 19:16:14 +0000 (21:16 +0200)
configure.ac

index 1730f451374d55a828bc4e59c40d1dc80e4246ee..a913a0151fa482c7d8b029cfce0ada25d5c70b60 100644 (file)
@@ -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 <sys/types.h>
 #include <sys/extattr.h>
 ])