From c2d17cf978cb2d5275b2915fb0a87daa79acc28b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 15:42:28 +1100 Subject: s4-waf: set default for bundled libraries --- source3/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index eb080272e9..ac231d4ed3 100644 --- a/source3/wscript +++ b/source3/wscript @@ -10,6 +10,8 @@ import build.charset from samba_utils import * def set_options(opt): + opt.BUILTIN_DEFAULT('NONE') + opt.BUNDLED_EXTENSION_DEFAULT('s3') opt.recurse('../lib/replace') opt.recurse('build') opt.recurse('../lib/nss_wrapper') -- cgit