s3-waf: Add dummy configuration option for pthreadpool
authorKai Blin <kai@samba.org>
Wed, 21 Apr 2010 06:07:50 +0000 (08:07 +0200)
committerKai Blin <kai@samba.org>
Thu, 20 May 2010 20:16:14 +0000 (22:16 +0200)
source3/wscript

index 9c9e72642bedad59f96eda58e6868cd025ad6ad9..3779463100a74f8532e4f3e048271d200f6a7172 100644 (file)
@@ -42,6 +42,7 @@ def set_options(opt):
     opt.SAMBA3_ADD_OPTION('sys-quotas')
     opt.SAMBA3_ADD_OPTION('sendfile-support')
     opt.SAMBA3_ADD_OPTION('utmp')
+    opt.SAMBA3_ADD_OPTION('pthreadpool', with_name="enable", without_name="disable")
 
 
 def configure(conf):