mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
06a87823aa
(This used to be commit 9b74d3aef41c020846de9ee1f1adc502f4b1bf39)
15 lines
263 B
Plaintext
15 lines
263 B
Plaintext
AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h )
|
|
|
|
case "$host_os" in
|
|
*linux*)
|
|
SMB_LIBRARY(nss_winbind,
|
|
[Linux Name service switch library using winbind],
|
|
[nsswitch/winbind_nss_linux.o],
|
|
[LIBWINBIND-CLIENT],
|
|
[2],[2])
|
|
;;
|
|
*)
|
|
;;
|
|
esac
|
|
|