Open Bug 1525065 Opened 5 years ago Updated 2 years ago

Should error in configure instead of moz.build if no TimeStamp implementation is available

Categories

(Firefox Build System :: General, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: ted, Unassigned)

References

Details

(Keywords: in-triage)

sewardj reported hitting this moz.build error:
https://searchfox.org/mozilla-central/rev/152993fa346c8fd9296e4cd6622234a664f53341/mozglue/misc/moz.build#67

Presumably there's just a problem with the configure test for HAVE_CLOCK_MONOTONIC breaking his build, but this really should fail in configure instead of moz.build since the error messages we produce in that case are not very clear.

The configure test is here:
https://searchfox.org/mozilla-central/rev/152993fa346c8fd9296e4cd6622234a664f53341/old-configure.in#1287-1307

Given that that moz.build file only has cases for windows/macos/HAVE_CLOCK_MONOTONIC it seems like we should make configure fail if that test fails.

See Also: → 1524461
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.