X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63a09523da1d11874db7ce3fff9ec8b1c25301bd..b9e7f0115d7a932932c8b2ee602ae28ceb74762d:/configure?ds=sidebyside diff --git a/configure b/configure index f556f13e6e..a92f381984 100755 --- a/configure +++ b/configure @@ -42482,7 +42482,8 @@ else int main() { - return !!strptime("", "%x", NULL); + struct tm t; + return !!strptime("", "%x", &t); } _ACEOF