r23387: 1. This unifies the POSIX ACL detection code:
authorMichael Adam <obnox@samba.org>
Fri, 8 Jun 2007 12:32:13 +0000 (12:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:12 +0000 (12:23 -0500)
commit234b32c7bc18b3e450329dbee496d9f600a642ee
tree0c49a2bf76823d2d61b685b3d7dda66d219f955c
parent5e75ea7f2b568d76c8ced5f43171741532cc97c2
r23387: 1. This unifies the POSIX ACL detection code:
Linux, FreeBSD and other (which?) ACL implementations
are now checked in the same block instead of in three
separate blocks. This was inspired by Timur Bakeyev
in Bug #4543. Since bugzilla is currently unavailable
this patch is probably slightly different from Timurs
original patch. This should finally fix Bug #4543.

2. The default of the --with-acl-support configure
option is changed to "auto" (which is actually the
same as "yes"). So configure tries to detect acl
support by default. This had been discussed with
Metze and others.

Michael
source/configure.in