Commit 88467ec4 authored by Wayne Davison's avatar Wayne Davison

Don't enable ACLs on darwin until we figure out how they work.

parent 1b897d50
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment