From c926acf7f1b49191b18f04a9caf484d8ef1033b9 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 20 May 2010 22:58:59 +0200 Subject: s3-waf: Really disable winbindd build when --without-winbind is specified --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 222dab6837..04f47dd170 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -923,7 +923,7 @@ bld.SAMBA_BINARY('winbindd/winbindd', deps='''talloc tdb tevent cap dl DYNCONFIG ZLIB NSS_WRAPPER LIBWBCLIENT PASSDB ldap resolv PARAM LIB_NONSMBD LIBSMB POPT_SAMBA KRBCLIENT''', - enabled=Options.options.with_winbind, + enabled=bld.env.build_winbind, install_path='${SBINDIR}', vars=locals()) -- cgit