We enable ACL compilation on OS X by default now.
authorWayne Davison <wayned@samba.org>
Fri, 28 Sep 2007 21:54:01 +0000 (21:54 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 28 Sep 2007 21:54:01 +0000 (21:54 +0000)
configure.in

index 5e6dbba..bc87ee5 100644 (file)
@@ -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:)