mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
tdb: Only check for pkg-config file when checking for system tdb.
This commit is contained in:
parent
39ba9b93d7
commit
774f85649b
@ -33,7 +33,7 @@ def configure(conf):
|
||||
conf.env.standalone_tdb = conf.IN_LAUNCH_DIR()
|
||||
|
||||
if not conf.env.standalone_tdb:
|
||||
if conf.CHECK_BUNDLED_SYSTEM('tdb', minversion=VERSION,
|
||||
if conf.CHECK_BUNDLED_SYSTEM_PKG('tdb', minversion=VERSION,
|
||||
implied_deps='replace'):
|
||||
conf.define('USING_SYSTEM_TDB', 1)
|
||||
if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytdb', 'tdb', minversion=VERSION):
|
||||
|
Loading…
Reference in New Issue
Block a user