diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-25 10:14:41 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-25 11:12:03 +1100 |
commit | ec98bb55c6fe06f9ca698e52dda41b3cff2f95b5 (patch) | |
tree | 5c02e122818c16cfae8dbc5fbcd28bd866b7db71 | |
parent | 14686e4b5a4faeed5868e2e16121acd47ff5ba43 (diff) | |
download | samba-ec98bb55c6fe06f9ca698e52dda41b3cff2f95b5.tar.gz samba-ec98bb55c6fe06f9ca698e52dda41b3cff2f95b5.tar.bz2 samba-ec98bb55c6fe06f9ca698e52dda41b3cff2f95b5.zip |
s3-waf: fixed waf configure for recent changes
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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') |