From 88467ec444756d267f5200d029edc892048fbae1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 11 Mar 2007 14:25:00 +0000 Subject: [PATCH] Don't enable ACLs on darwin until we figure out how they work. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.34.1