From 6768b651232a9b65c9d090db7c445e3e9047f056 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 15 Apr 2011 12:37:55 +0200 Subject: s3-waf: try to fix the non-ldap-but-krb5 build. Guenther --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index ca5c1bffd7..4b4b0a8031 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -2862,4 +2862,4 @@ int net_ads(struct net_context *c, int argc, const char **argv) return net_ads_noads(); } -#endif /* WITH_ADS */ +#endif /* HAVE_ADS */ -- cgit