From: Fabian Keil Date: Tue, 19 Dec 2023 10:48:37 +0000 (+0100) Subject: configure.in: Fix argument types in gmtime_r() and localtime_r() probes X-Git-Url: http://www.privoxy.org/gitweb/templates.html?a=commitdiff_plain;h=a194c809ba452046cdefec7753c500041389e518;hp=a194c809ba452046cdefec7753c500041389e518;p=privoxy.git 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. ---