mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Forgot to merge configure.in changes for winbind client tidyup.
(This used to be commit 5e9c494a24
)
This commit is contained in:
parent
7e90c8a3b3
commit
d2912967f4
@ -3265,19 +3265,28 @@ AC_MSG_CHECKING(whether to build winbind)
|
||||
|
||||
# Initially, the value of $host_os decides whether winbind is supported
|
||||
|
||||
HAVE_WINBIND=yes
|
||||
|
||||
case "$host_os" in
|
||||
*linux*|*irix*)
|
||||
HAVE_WINBIND=yes
|
||||
*linux*)
|
||||
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o"
|
||||
;;
|
||||
*irix*)
|
||||
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_irix.o"
|
||||
;;
|
||||
*solaris*)
|
||||
HAVE_WINBIND=yes
|
||||
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris.o"
|
||||
# Solaris winbind client is implemented as a wrapper around
|
||||
# the Linux version.
|
||||
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris.o \
|
||||
nsswitch/winbind_nss_linux.o"
|
||||
WINBIND_NSS_EXTRA_LIBS="-lsocket"
|
||||
;;
|
||||
*hpux11*)
|
||||
HAVE_WINBIND=yes
|
||||
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris.o"
|
||||
;;
|
||||
*aix*)
|
||||
WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_aix.o"
|
||||
;;
|
||||
*)
|
||||
HAVE_WINBIND=no
|
||||
winbind_no_reason=", unsupported on $host_os"
|
||||
|
Loading…
Reference in New Issue
Block a user