From 4478413da9cff9c9c054351477724265e7e5a9f8 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Wed, 21 Apr 2010 08:07:50 +0200 Subject: [PATCH] s3-waf: Add dummy configuration option for pthreadpool --- source3/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/wscript b/source3/wscript index 9c9e72642be..3779463100a 100644 --- a/source3/wscript +++ b/source3/wscript @@ -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): -- 2.11.4.GIT