mirror of
https://github.com/curl/curl.git
synced 2026-07-10 03:37:17 +03:00
cmake: stop probing unused float.h for STDC_HEADERS
Also to sync up with current autotools, which stopped testing for it at
one point.
Follow-up to 4c5307b456
Closes #22191
This commit is contained in:
parent
6d008352c6
commit
65dae4ad80
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ int main(void)
|
|||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <float.h>
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue