summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-12-02 23:43:10 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-12-03 02:15:40 +0100
commit0ebc501fa834a07b20d0f746b77623d1fc48b394 (patch)
treec456fa2d2444676b938eee664048c0aa5a837e3b /lib
parentecd0e86928b6cbd17792d57e2fc755ab9cb61bcc (diff)
downloadsamba-0ebc501fa834a07b20d0f746b77623d1fc48b394.tar.gz
samba-0ebc501fa834a07b20d0f746b77623d1fc48b394.tar.bz2
samba-0ebc501fa834a07b20d0f746b77623d1fc48b394.zip
tevent: Fix typo in build script.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 3 02:15:40 CET 2011 on sn-devel-104
Diffstat (limited to 'lib')
-rw-r--r--lib/tevent/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 6f94d803b5..5afaacaa55 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -92,7 +92,7 @@ def build(bld):
pc_files='tevent.pc',
private_library=private_library)
- if not bld.CONFIG_SET('USING_SYSTEM_PYTDB'):
+ if not bld.CONFIG_SET('USING_SYSTEM_PYTEVENT'):
bld.SAMBA_PYTHON('pytevent',
'pytevent.c',
deps='tevent',