summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-07-16 13:26:12 +0200
committerJeremy Allison <jra@samba.org>2012-07-18 15:53:50 -0700
commit730d3e8973e3ef99aad126776a1db51282b226cb (patch)
tree8d66f0e52abbffc3ee8eb18335f42c8369be8dd7 /source3/wscript
parent4a9b5cce92d65317fee4583f1ece4af7a3ae9558 (diff)
downloadsamba-730d3e8973e3ef99aad126776a1db51282b226cb.tar.gz
samba-730d3e8973e3ef99aad126776a1db51282b226cb.tar.bz2
samba-730d3e8973e3ef99aad126776a1db51282b226cb.zip
s3: Compile with pthreadpool by default
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript')
-rwxr-xr-xsource3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 90a4b76570..91ffc2599a 100755
--- a/source3/wscript
+++ b/source3/wscript
@@ -37,7 +37,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")
+ opt.SAMBA3_ADD_OPTION('pthreadpool', with_name="enable", without_name="disable", default=True)
opt.SAMBA3_ADD_OPTION('avahi', with_name="enable", without_name="disable")
opt.SAMBA3_ADD_OPTION('iconv')
opt.SAMBA3_ADD_OPTION('acl-support')