|
Bugzilla – Full Text Bug Listing |
| Summary: | Don't generate everything.h header if Python is disabled | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | build system | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gjcarneiro |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | avoid generating everything.h when uneeded. | ||
|
Description
Mathieu Lacage
2008-07-25 12:05:39 UTC
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. |