summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-11-12 16:36:28 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-11-13 18:06:06 +0100
commitb929cd2c096d4184bec193dd762acdf4710a7d2c (patch)
tree4552ee4c10f2ffb2be6bf73a493a09e6818a180e /lib/tevent/wscript
parent774f85649b5d9f8872ebfdd359964330b4ff436a (diff)
downloadsamba-b929cd2c096d4184bec193dd762acdf4710a7d2c.tar.gz
samba-b929cd2c096d4184bec193dd762acdf4710a7d2c.tar.bz2
samba-b929cd2c096d4184bec193dd762acdf4710a7d2c.zip
tevent: Only check for pkg-config file when checking for system tevent.
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r--lib/tevent/wscript2
1 files changed, 1 insertions, 1 deletions
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):