From: Volker Lendecke Date: Wed, 21 Dec 2011 21:38:00 +0000 (+0100) Subject: s3: There's no reason not to at least build winbind on darwin X-Git-Url: http://git.samba.org/?p=mat%2Fsamba.git;a=commitdiff_plain;h=a42de3b5f0b11aaa4fa54604200f3c455ee8ffc4 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 --- 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"