summaryrefslogtreecommitdiff
path: root/source4
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 /source4
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 'source4')
-rw-r--r--source4/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/wscript b/source4/wscript
index 958c058e75..64502b3f4f 100644
--- a/source4/wscript
+++ b/source4/wscript
@@ -80,9 +80,6 @@ def configure(conf):
# this enables smbtorture.static for s3 in the build farm
conf.env.BUILD_FARM = Options.options.BUILD_FARM or os.environ.get('RUN_FROM_BUILD_FARM')
- # set a lower limit on recursing in waf preprocessor
- conf.env.preprocessor_recursion_limit = 10
-
conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include')
conf.RECURSE('../lib/replace')