1. This unifies the POSIX ACL detection code:
authorobnox <obnox@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 8 Jun 2007 12:32:13 +0000 (12:32 +0000)
committerobnox <obnox@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 8 Jun 2007 12:32:13 +0000 (12:32 +0000)
commit499146ceec13e32c4c6b6ec9a826c1886e28c916
tree98c3135b0bef440dec4ec53d0c1223d6eea28f79
parent7fe4adbc20dae4ddbbf0cf039cc15a731a54a426
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

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@23387 0c0555d6-39d7-0310-84fc-f1cc0bd64818
source/configure.in