From ec98bb55c6fe06f9ca698e52dda41b3cff2f95b5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 25 Oct 2010 10:14:41 +1100 Subject: s3-waf: fixed waf configure for recent changes --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index d39bedb13a..20975f7189 100644 --- a/source3/wscript +++ b/source3/wscript @@ -17,7 +17,7 @@ VERSION=version.STRING def set_options(opt): opt.BUILTIN_DEFAULT('NONE') - opt.BUNDLED_EXTENSION_DEFAULT('s3') + opt.PRIVATE_EXTENSION_DEFAULT('s3') opt.RECURSE('../lib/replace') opt.RECURSE('build') opt.RECURSE('selftest') -- cgit