]> granicus.if.org Git - file/commitdiff
more functions we supply
authorChristos Zoulas <christos@zoulas.com>
Fri, 9 Jan 2015 19:28:57 +0000 (19:28 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 9 Jan 2015 19:28:57 +0000 (19:28 +0000)
configure.ac

index 1e2457c12146cf6d2c80f5d67b91e375f4e87408..b65e866fb5a9564b79ddc9dcc769fdfd9e35bbc7 100644 (file)
@@ -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)