Skip to content

Commit

Permalink
We enable ACL compilation on OS X by default now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Sep 28, 2007
1 parent 578219b commit 49ea69b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:)
Expand Down

0 comments on commit 49ea69b

Please sign in to comment.