the current output from running `./configure --enable-acl-support` after applying the acl patch looks like: <snip> checking for __facl... no checking whether to support ACLs... ACLs requested -- running tests checking for acl_get_file in -lacl... yes checking for ACL support... yes Using posix ACLs checking for acl_get_perm_np... no checking attr/xattr.h usability... yes </snip> trivial patch attached against the patch/acls.diff in CVS to make it read: <snip> checking for __facl... no checking whether to support ACLs... ACLs requested -- running tests checking for acl_get_file in -lacl... yes checking for ACL support... yes checking ACL test results... Using posix ACLs checking for acl_get_perm_np... no checking attr/xattr.h usability... yes </snip>
Created attachment 1851 [details] rsync-configure-acl-touchup.patch
Thanks, I've applied your suggested change.