From ca7226500ce108fb00aed6280992ecbda16b9726 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 12 Apr 2010 07:21:41 +0200 Subject: s3-waf: Don't recurse into tsocket dir during configure --- source3/wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index 34eb5d6e45..c3652fd48d 100644 --- a/source3/wscript +++ b/source3/wscript @@ -66,7 +66,6 @@ def configure(conf): conf.RECURSE('../lib/nss_wrapper') conf.RECURSE('../lib/socket_wrapper') conf.RECURSE('../lib/zlib') - conf.RECURSE('../lib/tsocket') conf.CHECK_HEADERS('execinfo.h libexc.h libunwind.h') -- cgit