mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
12 lines
191 B
Plaintext
12 lines
191 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
|