diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-23 00:31:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-23 00:31:31 +0000 |
commit | 75e4877cbd430ea55299d6b2ef676a6a377d1e86 (patch) | |
tree | 28a394af1a55f1846573534ad127d8a52e0c665e /configure.in | |
parent | 97af3b28e935b786e61d46df1a0d73fd4c9a4eba (diff) | |
download | fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.tar.gz fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.tar.bz2 fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.zip |
Ready to ship.
svn path=/trunk/; revision=1527
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 32f756b3..a8275080 100644 --- a/configure.in +++ b/configure.in @@ -79,8 +79,8 @@ AC_SUBST(EXTRASRC) AC_SUBST(EXTRAOBJ) AC_CHECK_FUNCS(tcsetattr stty setsid seteuid gethostbyname res_search herror \ - strrchr strerror setlinebuf syslog snprintf vsnprintf vsyslog atexit \ - inet_aton) + strrchr strerror setlinebuf syslog snprintf vprintf vsnprintf vsyslog \ + atexit inet_aton) # 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 |