diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-17 05:41:07 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-17 05:41:07 +0000 |
commit | 8a1c2e02984edd17e6ab0d5088a80c4dd5f9b933 (patch) | |
tree | 3bdf52421af74f40263ee9f141316c0665712fd2 /source3/configure.in | |
parent | 4355098a757885462dd44b94b616014c30eea2bf (diff) | |
download | samba-8a1c2e02984edd17e6ab0d5088a80c4dd5f9b933.tar.gz samba-8a1c2e02984edd17e6ab0d5088a80c4dd5f9b933.tar.bz2 samba-8a1c2e02984edd17e6ab0d5088a80c4dd5f9b933.zip |
AIX ACLs donated by IBM.
Merge Andrew's fnmatch fix for WfW.
Jeremy.
(This used to be commit 1d4438f07745df3d02ed8ab3ef048e20016816b6)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 9756205630..8fbcf69a9f 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2090,6 +2090,10 @@ AC_ARG_WITH(acl-support, AC_MSG_RESULT(Using IRIX ACLs) AC_DEFINE(HAVE_IRIX_ACLS) ;; + *aix*) + AC_MSG_RESULT(Using AIX ACLs) + AC_DEFINE(HAVE_AIX_ACLS) + ;; *) AC_CHECK_LIB(acl,acl_get_file) AC_CACHE_CHECK([for ACL support],samba_cv_HAVE_POSIX_ACLS,[ |