Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While testing the proposed changes in #28, noticed that the Windows build was broken for anything older than MSVC 2013 (which ironically would make the fallback unnecessary, at least in Windows).
Interestingly, even if the change that triggered this issues would be reverted, that wouldn't fix the builds with MSVC 2010 and MSVC 2012 that provide stdint.h (but not inttypes.h) as that is not enough to build with JIT enabled, which remains broken even if the suggested stdint.h replacement header would be used instead.
MSVC 2012 is still supported, but I suspect the default SDK it was using (which I got from appveyor) is probably set to an OS that will be soon EOL as well, which might explain why nobody complained, hence the next best thing would be to complete the cleanup of this code which is done in the two following patches and as a side effect make the configuration slightly faster.
PS: the generated "html" version of NON_AUTOTOOLS_BUILD wasn't updated