s3: There's no reason not to at least build winbind on darwin
authorVolker Lendecke <vl@samba.org>
Wed, 21 Dec 2011 21:38:00 +0000 (22:38 +0100)
committerVolker Lendecke <vlendec@samba.org>
Wed, 21 Dec 2011 23:16:43 +0000 (00:16 +0100)
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

source3/configure.in

index 46c98aa12ca0a4a0aea829de920cff58858f4763..cbea99d18c10e7eb0b8d367b3e1b38322357b32c 100644 (file)
@@ -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"