1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2

Since we no longer break compatibility, don't scare people.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-Date: Wed Sep 21 09:25:11 CEST 2011 on sn-devel-104
This commit is contained in:
Rusty Russell 2011-09-21 15:18:05 +09:30
parent fb41dfb77f
commit 95b2e5aa56

View File

@ -21,8 +21,8 @@ def set_options(opt):
opt.BUILTIN_DEFAULT('replace')
opt.PRIVATE_EXTENSION_DEFAULT('tdb2', noextension='tdb2')
opt.RECURSE('lib/replace')
opt.add_option('--enable-tdb2-breaks-compat',
help=("Build tdb2 instead of tdb1 (BREAKS TDB1!) [False]"),
opt.add_option('--enable-tdb2',
help=("Use tdb2 API instead of tdb1 [False]"),
action="store_true", dest='BUILD_TDB2', default=False)
if opt.IN_LAUNCH_DIR():
opt.add_option('--disable-python',