On 10/23/24 12:39 PM, Grisha Levit wrote:
Without an existing cache, if we run ./configure -C, we get the odd-
looking:
checking for usable strtoimax... checking for strtoimax... yes
checking whether strtoimax is declared... yes
yes
Thanks for the report. I'll take a look here.
Without an existing cache, if we run ./configure -C, we get the odd-
looking:
checking for usable strtoimax... checking for strtoimax... yes
checking whether strtoimax is declared... yes
yes
config.h is correct though:
#define HAVE_DECL_STRTOIMAX 1
#define HAVE_STRTOIMAX 1
H