diff options
-rw-r--r-- | source3/libsmb/wscript | 9 | ||||
-rwxr-xr-x | wscript | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/source3/libsmb/wscript b/source3/libsmb/wscript index 6260945c11..e614557e35 100644 --- a/source3/libsmb/wscript +++ b/source3/libsmb/wscript @@ -2,16 +2,7 @@ import Options, Logs -def configure(conf): - if conf.CHECK_BUNDLED_SYSTEM_PKG('smbclient', minversion='0'): - conf.define('USING_SYSTEM_LIBSMBCLIENT', 1) - def build(bld): - if bld.CONFIG_SET('USING_SYSTEM_LIBSMBCLIENT'): - Logs.info("\tSelected system libsmbclient build") - return - - Logs.info("\tSelected embedded libsmbclient build") bld.SAMBA3_LIBRARY('smbclient', source=''' libsmb_cache.c @@ -105,7 +105,6 @@ def configure(conf): conf.RECURSE('selftest') conf.RECURSE('source3') conf.RECURSE('lib/addns') - conf.RECURSE('source3/libsmb') conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS() |