From cd3eddbb59a21534f5a854b9a1fb1419530cca3f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 28 Sep 2010 10:38:40 -0700 Subject: waf: we don't need the preprocessor recursion limit any more thanks to ita for this --- source3/wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/wscript') 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''') -- cgit