Fix libmdbsql build on Windows

This commit is contained in:
Evan Miller
2020-12-17 11:04:54 -05:00
parent f6be7a74ef
commit e7d5125e2b
2 changed files with 8 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ AC_CHECK_DECLS([program_invocation_short_name], [], [], [[
dnl Checks for library functions.
VL_LIB_READLINE
AC_CHECK_FUNCS(strptime fmemopen)
AC_CHECK_FUNCS(strptime fmemopen gmtime_r)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST