Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python
[jelmer/samba4-debian.git] / source / nsswitch / config.m4
1 AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h )
2
3 case "$host_os" in
4         *linux*)
5                 SMB_LIBRARY(nss_winbind,
6                             [Linux Name service switch library using winbind],
7                             [nsswitch/winbind_nss_linux.o],
8                             [LIBWINBIND-CLIENT],
9                             [2],[2])
10         ;;
11         *)
12         ;;
13 esac
14