mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
18d80bdf1f
(This used to be commit 977dbdeaf3
)
13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h )
|
|
|
|
case "$host_os" in
|
|
*linux*)
|
|
SMB_LIBRARY(nss_winbind,
|
|
[nsswitch/winbind_nss_linux.o],
|
|
[LIBWINBIND-CLIENT])
|
|
;;
|
|
*)
|
|
;;
|
|
esac
|
|
|