test for strptime added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-12-20 17:48:54 +00:00
parent bd046d4221
commit 83307f338d
3 changed files with 109 additions and 47 deletions

View File

@@ -2437,6 +2437,9 @@ dnl time/date functions
dnl ------------------------------------------------------------------------
if test "$wxUSE_TIMEDATE" = "yes"; then
dnl check for strptime
AC_CHECK_FUNCS(strptime)
dnl check for timezone variable
AC_CACHE_CHECK(for timezone variable in <time.h>,
wx_cv_var_timezone,