Turn on automatic winbindd support for FreeBSD and see what the compile farm
authorTim Potter <tpot@samba.org>
Thu, 31 Jul 2003 04:27:41 +0000 (04:27 +0000)
committerTim Potter <tpot@samba.org>
Thu, 31 Jul 2003 04:27:41 +0000 (04:27 +0000)
thinks of it.
(This used to be commit e6210295e4daa5f1768616b4d8390a173c5c67ae)

source3/configure.in

index 13fb60e828b0a8494dbbdf41ba72b259748c27d3..9e66ac9a1518d3621003795fd2017ccc67b53590 100644 (file)
@@ -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"
                ;;