summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-07-26 21:16:39 +0000
committerJeremy Allison <jra@samba.org>2001-07-26 21:16:39 +0000
commit08138a32446404e64c6738c8f3653c727d113c03 (patch)
treed5a522c18e4489ddc55be9751343a59324c2bfb3 /source3/configure.in
parentac26e231394739abafd5f1f00722e44d6323de35 (diff)
downloadsamba-08138a32446404e64c6738c8f3653c727d113c03.tar.gz
samba-08138a32446404e64c6738c8f3653c727d113c03.tar.bz2
samba-08138a32446404e64c6738c8f3653c727d113c03.zip
Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.
Digital UNIX). Jeremy. (This used to be commit 324ba0512ec84bb173c72be3dfd2447e0dc30e26)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 8e4f8784ee..4e6c2fc28e 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2273,6 +2273,11 @@ AC_ARG_WITH(acl-support,
AC_MSG_RESULT(Using AIX ACLs)
AC_DEFINE(HAVE_AIX_ACLS)
;;
+ *osf*)
+ AC_MSG_RESULT(Using Draft 13 Posix ACLs)
+ AC_DEFINE(HAVE_DRAFT13_POSIX_ACLS)
+ LIBS="$LIBS -lpacl"
+ ;;
*)
AC_CHECK_LIB(acl,acl_get_file)
AC_CACHE_CHECK([for ACL support],samba_cv_HAVE_POSIX_ACLS,[