tevent: Fix typo in build script.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 2 Dec 2011 22:43:10 +0000 (23:43 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 3 Dec 2011 01:15:40 +0000 (02:15 +0100)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Dec  3 02:15:40 CET 2011 on sn-devel-104

lib/tevent/wscript

index 6f94d803b506e96a6069a1761fec66faf0ba0832..5afaacaa55d80ca174ad8806385deddaf648b3f6 100644 (file)
@@ -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',