From 0ebc501fa834a07b20d0f746b77623d1fc48b394 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 2 Dec 2011 23:43:10 +0100 Subject: tevent: Fix typo in build script. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sat Dec 3 02:15:40 CET 2011 on sn-devel-104 --- lib/tevent/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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', -- cgit