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 510b6e8..fb7b7cd 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)