summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-11 15:16:05 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-11 17:36:19 +0200
commit30203bda66259d78f07233854118f0f4a3ee673c (patch)
tree8f97d77da90d4c625f59ea96647440376ade0333 /buildtools
parentc5a58c3ea708c274b11aac76e37c9f823a8579f1 (diff)
downloadsamba-30203bda66259d78f07233854118f0f4a3ee673c.tar.gz
samba-30203bda66259d78f07233854118f0f4a3ee673c.tar.bz2
samba-30203bda66259d78f07233854118f0f4a3ee673c.zip
build: Fix spelling of tevent
Found by metze. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 11 17:36:19 CEST 2012 on sn-devel-104
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/samba3.py2
1 files changed, 1 insertions, 1 deletions
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: