From: Wayne Davison Date: Sun, 11 Mar 2007 14:25:00 +0000 (+0000) Subject: Don't enable ACLs on darwin until we figure out how they work. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/88467ec444756d267f5200d029edc892048fbae1 Don't enable ACLs on darwin until we figure out how they work. --- diff --git a/configure.in b/configure.in index 510b6e8b..fb7b7cd7 100644 --- a/configure.in +++ b/configure.in @@ -856,6 +856,9 @@ else AC_DEFINE(SUPPORT_ACLS, 1) LIBS="$LIBS -lpacl" ;; + *darwin*) + AC_MSG_RESULT(MacOS ACLs not yet supported) + ;; *) AC_MSG_RESULT(running tests:) AC_CHECK_LIB(acl,acl_get_file)