From 6244f668a34279e6da62213333dfb32c3ccdb17d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 18 Jun 2012 22:30:04 +0930 Subject: TDB2: make SAMBA use tdb1 again for the moment. Otherwise the following surgery will break the SAMBA build and testsuite. Signed-off-by: Rusty Russell --- selftest/wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'selftest/wscript') diff --git a/selftest/wscript b/selftest/wscript index ea37a62cc8..6359e1aafc 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -165,9 +165,6 @@ def cmd_testonly(opt): if env.USING_SYSTEM_LDB: os.environ['LDB_MODULES_PATH'] = 'bin/modules/ldb' - if env.BUILD_TDB2: - os.environ['BUILD_TDB2'] = '1' - # tell build system where to find config.h os.environ['VFSLIBDIR'] = os.path.abspath('bin/modules/vfs') os.environ['CONFIG_H'] = 'bin/default/include/config.h' -- cgit