diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-12-03 05:42:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-12-03 05:42:57 +0000 |
commit | a694f25943adda181db8954e8351d21fe8bec964 (patch) | |
tree | 675c46783160c15099320c8eb057a93fd4e15768 /configure.in | |
parent | a3266193deaf5e76210124359e92dc99137162ea (diff) | |
download | fetchmail-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.in | 2 |
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 |