summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2017-03-07 00:50:12 +0100
committerMartin Matuska <martin@matuska.org>2017-03-07 11:36:40 +0100
commit4c3cda21663fa3dc42147c771a3b96b85e631c53 (patch)
tree859431007dfd0231bf4707540fcc83fc66c2fcd7 /configure.ac
parentd73bdd2b66b6cd10981409203eb53f9de70ac951 (diff)
downloadlibarchive-4c3cda21663fa3dc42147c771a3b96b85e631c53.tar.gz
Darwin ACL: avoid using mbr_identifier_to_uuid()
Use mbr_uid_to_uuid() and mbr_gid_to_uuid() for backwards compatibility instead. These functions have been introduced together with membership.h. Fixes #882
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0592279d..355c7540 100644
--- a/configure.ac
+++ b/configure.ac
@@ -745,7 +745,7 @@ if test "x$enable_acl" != "xno"; then
[#include <sys/types.h>
#include <sys/acl.h>])
- # FreeBSD and MacOS ACL support
+ # MacOS ACL support
AC_CHECK_DECLS([ACL_TYPE_EXTENDED, ACL_SYNCHRONIZE], [], [],
[#include <sys/types.h>
#include <sys/acl.h>])