diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-12-02 23:43:10 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-12-03 02:15:40 +0100 |
commit | 0ebc501fa834a07b20d0f746b77623d1fc48b394 (patch) | |
tree | c456fa2d2444676b938eee664048c0aa5a837e3b | |
parent | ecd0e86928b6cbd17792d57e2fc755ab9cb61bcc (diff) | |
download | samba-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
-rw-r--r-- | lib/tevent/wscript | 2 |
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', |