summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-03-11 14:25:00 +0000
committerWayne Davison <wayned@samba.org>2007-03-11 14:25:00 +0000
commit88467ec444756d267f5200d029edc892048fbae1 (patch)
treea8a5f01e5f52f03cb141127834aeaf604ab0ca89 /configure.in
parent1b897d50a93b82b4393778a2a8bcda62f85e17d5 (diff)
downloadrsync-88467ec444756d267f5200d029edc892048fbae1.tar.gz
rsync-88467ec444756d267f5200d029edc892048fbae1.tar.bz2
rsync-88467ec444756d267f5200d029edc892048fbae1.zip
Don't enable ACLs on darwin until we figure out how they work.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
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)