From 4298624589e2b44d88d703fe7cc0e73957c7652e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 24 Oct 2004 23:54:00 +0000 Subject: r3170: Add winbind client support back into Samba4. This is to allow auth_winbind to work, and to therefore use the new ntlm_auth and GENSEC in an otherwise Samba3 setup. I'm not quite sure what fun-and games my svn cp caused as I merged this from samba_3_0, but anyway... Andrew Bartlett (This used to be commit 5925b94a59da406d7e6b8cc695c99ba112fdfcd6) --- source4/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/configure.in') diff --git a/source4/configure.in b/source4/configure.in index 703017ffc8..40d6e10648 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -41,6 +41,7 @@ SMB_INCLUDE_M4(utils/config.m4) SMB_INCLUDE_M4(smbd/config.m4) SMB_INCLUDE_M4(gtk/config.m4) SMB_INCLUDE_M4(lib/dcom/config.m4) +SMB_INCLUDE_M4(nsswitch/config.m4) ALLLIBS_LIBS="$LIBS" ALLLIBS_CFLAGS="$CFLAGS" -- cgit