diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-28 10:38:40 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-28 11:36:40 -0700 |
commit | cd3eddbb59a21534f5a854b9a1fb1419530cca3f (patch) | |
tree | 538d017baa7f100144177f2dc5ad3dffde83989a /source3/wscript | |
parent | 8045b35b1bda15f619238fac943c604cfe851c94 (diff) | |
download | samba-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/wscript')
-rw-r--r-- | source3/wscript | 3 |
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''') |