]> sjero.net Git - wget/blobdiff - configure.in
[svn] Check for timegm and use it where available.
[wget] / configure.in
index 5996b1554f7d89c573c6bf2dd486083ffb8f24c4..87d5034e0289a641b9a494b2e6fb9486c3ac9e29 100644 (file)
@@ -204,7 +204,7 @@ dnl
 AC_FUNC_ALLOCA
 AC_FUNC_MMAP
 AC_FUNC_FSEEKO
-AC_CHECK_FUNCS(strptime snprintf vsnprintf)
+AC_CHECK_FUNCS(strptime timegm snprintf vsnprintf)
 AC_CHECK_FUNCS(usleep ftello sigblock sigsetjmp symlink)
 
 dnl We expect to have these functions on Unix-like systems configure