summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-31 04:27:41 +0000
committerTim Potter <tpot@samba.org>2003-07-31 04:27:41 +0000
commit04b4c100c36200ec04cffeb70aced71641831332 (patch)
treee2e2efb8075ac6aa4febdfb4070823d5d4b48062 /source3
parentddf3c6d5ccedcf3bcd7d1361d91d638471644495 (diff)
downloadsamba-04b4c100c36200ec04cffeb70aced71641831332.tar.gz
samba-04b4c100c36200ec04cffeb70aced71641831332.tar.bz2
samba-04b4c100c36200ec04cffeb70aced71641831332.zip
Turn on automatic winbindd support for FreeBSD and see what the compile farm
thinks of it. (This used to be commit e6210295e4daa5f1768616b4d8390a173c5c67ae)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 13fb60e828..9e66ac9a15 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3708,6 +3708,7 @@ WINBIND_WINS_NSS="nsswitch/libnss_wins.$SHLIBEXT"
WINBIND_NSS_LDSHFLAGS=$LDSHFLAGS
case "$host_os" in
+ *freebsd*)
*linux*)
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o"
;;