From b75ebde786540d24de7a911ae3e55a6d796b19aa Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 1 Feb 2005 18:29:14 +0000 Subject: r5159: BUG 2262: add support to detect *freebsd6* (same as *freebsd5* currently) (This used to be commit d6c7de240885be00149fd00b47f229a59f150b3e) --- source3/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 9a54a51dc2..40aa263c7a 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3955,7 +3955,7 @@ AC_ARG_WITH(acl-support, AC_DEFINE(HAVE_TRU64_ACLS,1,[Whether Tru64 ACLs are available]) ACL_LIBS="$ACL_LIBS -lpacl" ;; - *freebsd5*) + *freebsd5*|*freebsd6*) AC_MSG_RESULT(Using FreeBSD posix ACLs) AC_DEFINE(HAVE_POSIX_ACLS,1,[Whether FreeBSD POSIX ACLs are available]) AC_DEFINE(HAVE_ACL_GET_PERM_NP,1,[Whether acl_get_perm_np() is available]) @@ -4303,7 +4303,7 @@ case "$host_os" in *linux*) WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o" ;; - *freebsd5*) + *freebsd5*|*freebsd6*) # FreeBSD winbind client is implemented as a wrapper around # the Linux version. WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \ -- cgit