mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
tevent: Only check for pkg-config file when checking for system tevent.
This commit is contained in:
parent
774f85649b
commit
b929cd2c09
@ -35,7 +35,7 @@ def configure(conf):
|
||||
conf.env.standalone_tevent = conf.IN_LAUNCH_DIR()
|
||||
|
||||
if not conf.env.standalone_tevent:
|
||||
if conf.CHECK_BUNDLED_SYSTEM('tevent', minversion=VERSION,
|
||||
if conf.CHECK_BUNDLED_SYSTEM_PKG('tevent', minversion=VERSION,
|
||||
onlyif='talloc', implied_deps='replace talloc'):
|
||||
conf.define('USING_SYSTEM_TEVENT', 1)
|
||||
if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytevent', 'tevent', minversion=VERSION):
|
||||
|
Loading…
Reference in New Issue
Block a user