summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-11-27 05:11:14 +0000
committerTim Potter <tpot@samba.org>2003-11-27 05:11:14 +0000
commit20d03cc862a73c80450d0c9be565bf58c22a8db4 (patch)
tree76724a41a681bbedcf6a28a4bfa3783d7bb87f0b /source3/configure.in
parent2c482d6111d024bfd1a59db8821dee25e77a822d (diff)
downloadsamba-20d03cc862a73c80450d0c9be565bf58c22a8db4.tar.gz
samba-20d03cc862a73c80450d0c9be565bf58c22a8db4.tar.bz2
samba-20d03cc862a73c80450d0c9be565bf58c22a8db4.zip
Correct freebsd 5.1 support for winbind contributed by Aaron Collins.
Let the build farm chew on it for a bit. (This used to be commit 41e4b036dff0af7be69bf95ea3d64dfccd3a4b8e)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 030faf4783..174a48b87e 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3960,9 +3960,12 @@ WINBIND_WINS_NSS="nsswitch/libnss_wins.$SHLIBEXT"
WINBIND_NSS_LDSHFLAGS=$LDSHFLAGS
case "$host_os" in
- *linux*|*freebsd*)
+ *linux*)
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o"
;;
+ *freebsd5*)
+ WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o"
+ ;;
*irix*)
# IRIX has differently named shared libraries
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_irix.o"