diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-21 22:38:00 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-12-22 00:16:43 +0100 |
commit | a42de3b5f0b11aaa4fa54604200f3c455ee8ffc4 (patch) | |
tree | f48f0fbe728cbd28a8afdedba9cdb157627fbb2c | |
parent | bfbb3893325b0a0a47d49c3a1ad83f047f42e361 (diff) | |
download | samba-a42de3b5f0b11aaa4fa54604200f3c455ee8ffc4.tar.gz samba-a42de3b5f0b11aaa4fa54604200f3c455ee8ffc4.tar.bz2 samba-a42de3b5f0b11aaa4fa54604200f3c455ee8ffc4.zip |
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 <vlendec@samba.org>
Autobuild-Date: Thu Dec 22 00:16:44 CET 2011 on sn-devel-104
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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" |