summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-28 10:38:40 -0700
committerAndrew Tridgell <tridge@samba.org>2010-09-28 11:36:40 -0700
commitcd3eddbb59a21534f5a854b9a1fb1419530cca3f (patch)
tree538d017baa7f100144177f2dc5ad3dffde83989a /source3
parent8045b35b1bda15f619238fac943c604cfe851c94 (diff)
downloadsamba-cd3eddbb59a21534f5a854b9a1fb1419530cca3f.tar.gz
samba-cd3eddbb59a21534f5a854b9a1fb1419530cca3f.tar.bz2
samba-cd3eddbb59a21534f5a854b9a1fb1419530cca3f.zip
waf: we don't need the preprocessor recursion limit any more
thanks to ita for this
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript b/source3/wscript
index d182d946d2..d124eb6fa5 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -73,9 +73,6 @@ def configure(conf):
if Options.options.with_swat:
conf.env['build_swat'] = True
- # set a limit on recursing in the waf preprocessor
- conf.env.preprocessor_recursion_limit = 10
-
conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace #lib/talloc
#lib/tevent #source3/libaddns #source3/librpc
#source3/lib #lib/tdb/include #lib/popt #source4''')