From b929cd2c096d4184bec193dd762acdf4710a7d2c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Nov 2011 16:36:28 +0100 Subject: tevent: Only check for pkg-config file when checking for system tevent. --- lib/tevent/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 0d1653d5bc..63b27e542e 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -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): -- cgit