From 30203bda66259d78f07233854118f0f4a3ee673c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 11 Apr 2012 15:16:05 +1000 Subject: build: Fix spelling of tevent Found by metze. Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Wed Apr 11 17:36:19 CEST 2012 on sn-devel-104 --- buildtools/wafsamba/samba3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools') diff --git a/buildtools/wafsamba/samba3.py b/buildtools/wafsamba/samba3.py index dc23065905..de859dd919 100644 --- a/buildtools/wafsamba/samba3.py +++ b/buildtools/wafsamba/samba3.py @@ -71,7 +71,7 @@ def s3_fix_kwargs(bld, kwargs): else: extra_includes += [ '../lib/tdb/include' ] - if bld.CONFIG_SET('USING_SYSTEM_TEVNT'): + if bld.CONFIG_SET('USING_SYSTEM_TEVENT'): (tevent_includes, tevent_ldflags, tevent_cpppath) = library_flags(bld, 'tevent') extra_includes += tevent_cpppath else: -- cgit