From 951d204cc091f55bb499696de96ca200442abc9e Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 9 Jan 2015 19:28:57 +0000 Subject: [PATCH] more functions we supply --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1e2457c1..b65e866f 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,7 @@ dnl Checks for functions AC_CHECK_FUNCS(strerror strndup strtoul mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale setlocale) dnl Provide implementation of some required functions if necessary -AC_REPLACE_FUNCS(getopt_long asprintf vasprintf strlcpy strlcat getline ctime_r asctime_r pread strcasestr fmtcheck) +AC_REPLACE_FUNCS(getopt_long asprintf vasprintf strlcpy strlcat getline ctime_r asctime_r localtime_r gmtime_r pread strcasestr fmtcheck) dnl Checks for libraries AC_CHECK_LIB(z,gzopen) -- 2.40.0