aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-12-03 05:42:57 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-12-03 05:42:57 +0000
commita694f25943adda181db8954e8351d21fe8bec964 (patch)
tree675c46783160c15099320c8eb057a93fd4e15768 /configure.in
parenta3266193deaf5e76210124359e92dc99137162ea (diff)
downloadfetchmail-a694f25943adda181db8954e8351d21fe8bec964.tar.gz
fetchmail-a694f25943adda181db8954e8351d21fe8bec964.tar.bz2
fetchmail-a694f25943adda181db8954e8351d21fe8bec964.zip
Generate RFC822 dates.
svn path=/trunk/; revision=1555
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a8275080..c9a10f1b 100644
--- a/configure.in
+++ b/configure.in
@@ -80,7 +80,7 @@ AC_SUBST(EXTRAOBJ)
AC_CHECK_FUNCS(tcsetattr stty setsid seteuid gethostbyname res_search herror \
strrchr strerror setlinebuf syslog snprintf vprintf vsnprintf vsyslog \
- atexit inet_aton)
+ atexit inet_aton strftime)
# Under Red Hat 4.0 (and many other Linuxes) -lresolv is seriously flaky
# and breaks gethostbyname(2). It's better to use the bind stuff in the C