summaryrefslogtreecommitdiff
path: root/nsswitch/config.m4
blob: ec0f26c19395557b31ade7e754a655c3a1019418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h )

case "$host_os" in
	*linux*)
	    if test x"$MERGED_BUILD" != x"1"; then
		SMB_BUILD_LIBRARY(nss_winbind,
			    [../nsswitch/winbind_nss_linux.o],
			    [LIBWINBIND-CLIENT])
	    fi
	;;
	*)
	;;
esac