Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
--- a/wscript Mon Jan 12 18:45:03 2009 +0000
+++ b/wscript Mon Jan 12 18:46:28 2009 +0000
@@ -194,9 +194,7 @@
# create the second environment, set the variant and set its name
variant_env = conf.env.copy()
- #debug_level = Options.options.debug_level.lower()
variant_name = Options.options.build_profile
- variant_env['INCLUDEDIR'] = os.path.join(variant_env['PREFIX'], 'include')
if Options.options.regression_traces is not None:
variant_env['REGRESSION_TRACES'] = os.path.join("..", Options.options.regression_traces)