Test for wcsftime() in configure as it's not available everywhere.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 2010 14:18:58 +0000 (14:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Dec 2010 14:18:58 +0000 (14:18 +0000)
commit3931f3ecc1f28731ea4488b9577242e0dade3ec7
treeed07d470423bffb756b17bb860fea031aa163a63
parent869704349c23528fa6e27254fe09d787bc42f38b
Test for wcsftime() in configure as it's not available everywhere.

Contrary to the comment in wx/wxcrtbase.h, wcsftime() doesn't seem to be
available under quite all the systems, notably it doesn't seem to be present
in OpenBSD at all, even in the very latest version.

Add a configure test for this function and fall back to our own implementation
if the system doesn't have it.

Closes #12766.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
include/wx/wxcrtbase.h
setup.h.in
setup.h_vms