configure.in: Fix argument types in gmtime_r() and localtime_r() probes
authorFabian Keil <fk@fabiankeil.de>
Tue, 19 Dec 2023 10:48:37 +0000 (11:48 +0100)
committerFabian Keil <fk@fabiankeil.de>
Tue, 19 Dec 2023 10:52:51 +0000 (11:52 +0100)
commita194c809ba452046cdefec7753c500041389e518
treeaaf278bf6b6197ab11ac52bb8e25e5d7c61b2608
parentebce9f65e40e1e256e89338ed5185321055bf4c0
configure.in: Fix argument types in gmtime_r() and localtime_r() probes

Otherwise these probes always fail with stricter compilers
even if there is C library support for these functions.

Patch submitted by Florian Weimer in SF#149.
configure.in