s3-waf: Don't recurse into tsocket dir during configure
authorKai Blin <kai@samba.org>
Mon, 12 Apr 2010 05:21:41 +0000 (07:21 +0200)
committerKai Blin <kai@samba.org>
Thu, 20 May 2010 20:16:13 +0000 (22:16 +0200)
source3/wscript

index 34eb5d6e4556856611381f10751652f042da6063..c3652fd48d79d33e7a6e338f393115b6019771b3 100644 (file)
@@ -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')