Changes between Initial Version and Version 1 of Ticket #65107, comment 13
- Timestamp:
- May 4, 2022, 1:50:22 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65107, comment 13
initial v1 7 7 > Your configure scripts test for things using the headers in that SDK, and this finds certain features in the headers as defined, certain functions are available, etc. 8 8 9 AFAIK, {{{autoconf}}} and such determine what functions to test for using available headers- but then try to **actually compile and link test-binary** to ensure the function is really there. Relying merely on what's in the header doesn't sound like a good idea.9 AFAIK, {{{autoconf}}} and such **determine what functions to test for using available headers** - but then try to **actually compile and link test-binary** to ensure the function is really there. Relying merely on what's in the header doesn't sound like a good idea.