]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Don't enable ACLs on darwin until we figure out how they work.
authorWayne Davison <wayned@samba.org>
Sun, 11 Mar 2007 14:25:00 +0000 (14:25 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 11 Mar 2007 14:25:00 +0000 (14:25 +0000)
configure.in

index 510b6e8bbc65b92111a5cf5028b0da632ab85c90..fb7b7cd7ac9069e1e2ca78ada8a9cf78c8cdd7f1 100644 (file)
@@ -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)