From: Wayne Davison Date: Fri, 28 Sep 2007 21:54:01 +0000 (+0000) Subject: We enable ACL compilation on OS X by default now. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/49ea69b3ffb96853c3c08eb857f9b8c736cb870d We enable ACL compilation on OS X by default now. --- diff --git a/configure.in b/configure.in index 5e6dbba1..bc87ee50 100644 --- a/configure.in +++ b/configure.in @@ -874,7 +874,9 @@ else LIBS="$LIBS -lpacl" ;; darwin*) - AC_MSG_RESULT(MacOS ACLs not yet supported) + AC_MSG_RESULT(Using OS X ACLs) + AC_DEFINE(HAVE_OSX_ACLS, 1, [true if you have Mac OS X ACLs]) + AC_DEFINE(SUPPORT_ACLS, 1) ;; *) AC_MSG_RESULT(running tests:)