about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-17 15:28:11 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-17 15:28:11 +0000
commitd0b9eddd9a320bed6d87c07d26048bbf6816115c (patch)
tree10759c39d2a13bd1d4749e6fd5da87c3eb94c643 /configure.ac
parent1a42aadd81240fdb7f0acc38ddeef38898b705ab (diff)
downloadzsh-d0b9eddd9a320bed6d87c07d26048bbf6816115c.tar.gz
zsh-d0b9eddd9a320bed6d87c07d26048bbf6816115c.tar.xz
zsh-d0b9eddd9a320bed6d87c07d26048bbf6816115c.zip
22613: add strftime -r to use strptime() if available
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 75f4d7687..21e7764e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1096,7 +1096,8 @@ dnl ---------------
 dnl need to integrate this function
 dnl AC_FUNC_STRFTIME
 
-AC_CHECK_FUNCS(strftime difftime gettimeofday \
+AC_CHECK_FUNCS(strftime strptime mktime timelocal \
+	       difftime gettimeofday \
 	       select poll \
 	       readlink faccessx fchdir ftruncate \
 	       fstat lstat lchown fchown fchmod \