Bugzilla – Bug 260
Don't generate everything.h header if Python is disabled
Last modified: 2008-07-26 10:17:53 UTC
it would be really helpful if running ./waf configure --python-disable was enough and if we did not have to specify also ./waf --python-disable to build the code, but just "./waf" after the configuration.
ok, it looks like my real problem is that python/everything.h is generated unconditionally, even after configure --python-disable but running ./waf --python-disable disables its generation.
Created attachment 210 [details] avoid generating everything.h when uneeded.
gustavo, can you review and apply if ok ?
For the record, --python-disable _is_ a configure option. It is both configure and build option. When used in configure, it "sticks", in build it only applies to that build.