s3-waf: fixed waf configure for recent changes
authorAndrew Tridgell <tridge@samba.org>
Sun, 24 Oct 2010 23:14:41 +0000 (10:14 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 25 Oct 2010 00:12:03 +0000 (11:12 +1100)
source3/wscript

index d39bedb13a4c91deb7127eb382acc951600940e6..20975f7189872df98d7c1696fa9d40bb48ffdeef 100644 (file)
@@ -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')