From 33b8d0a6ff51800bfadf47286584b0895b6b3e65 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 18 Mar 2011 15:19:25 +0100 Subject: s3-waf: use HAVE_ADS env to decide whether to build libads.so Guenther --- source3/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index c9ee92817a..9fcf173065 100644 --- a/source3/wscript +++ b/source3/wscript @@ -910,6 +910,8 @@ return krb5_kt_resolve(context, "WRFILE:api", &keytab); conf.DEFINE('HAVE_KRB5', '1') if have_gssapi: conf.DEFINE('HAVE_GSSAPI', '1') + if conf.CONFIG_SET('HAVE_LDAP'): + conf.env['HAVE_ADS'] = '1' else: Logs.warn("krb5 libs don't have all features required for Active Directory support") conf.undefine('HAVE_KRB5_H') -- cgit