From 13dd964026558f85f38caae848635b6931b42bc1 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 9 Apr 2018 18:01:46 +0200 Subject: configure: Add missing check for localtime_r introduced in previous commit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1ce46d8..2690f78 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ AC_TYPE_UINT8_T AC_FUNC_MALLOC AC_FUNC_REALLOC AC_CHECK_FUNCS([strcasecmp strdup strerror strndup stpcpy]) -AC_CHECK_FUNCS([ppoll clock_gettime]) +AC_CHECK_FUNCS([ppoll clock_gettime localtime_r]) # Check for operating system AC_MSG_CHECKING([whether to enable WIN32 build settings]) -- cgit v1.1-32-gdbae