From a42de3b5f0b11aaa4fa54604200f3c455ee8ffc4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Dec 2011 22:38:00 +0100 Subject: [PATCH] s3: There's no reason not to at least build winbind on darwin It does not necessarily do nsswitch services, but as a NETLOGON proxy it should work fine Autobuild-User: Volker Lendecke Autobuild-Date: Thu Dec 22 00:16:44 CET 2011 on sn-devel-104 --- source3/configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/configure.in b/source3/configure.in index 46c98aa12c..cbea99d18c 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6370,6 +6370,8 @@ case "$host_os" in WINBIND_NSS="../nsswitch/WINBIND" WINBIND_WINS_NSS="" ;; + *darwin*) + ;; *) HAVE_WINBIND=no winbind_no_reason=", unsupported on $host_os" -- 2.34.1