8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

test presence of gmtime_r()

This commit is contained in:
alexpeshkoff 2005-12-23 09:21:46 +00:00
parent 07ef0ee11c
commit 24728e6ea8

View File

@ -484,6 +484,7 @@ AC_CHECK_FUNCS(mkstemp)
AC_CHECK_FUNCS(pthread_keycreate pthread_key_create)
AC_CHECK_FUNCS(llrint)
AC_CHECK_FUNCS(localtime_r)
AC_CHECK_FUNCS(gmtime_r)
# Checks for typedefs, structures, and compiler characteristics.