diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-07-23 03:40:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-07-23 03:40:34 +0000 |
commit | 06470851ed8433e49fcb9de36f0010d2c2d6b7cc (patch) | |
tree | 9d26019b93cee176075bbb47e993d6e2ca3df998 /configure.in | |
parent | b481a92175821bd7e2d014282cbf01c457b52d3a (diff) | |
download | fetchmail-06470851ed8433e49fcb9de36f0010d2c2d6b7cc.tar.gz fetchmail-06470851ed8433e49fcb9de36f0010d2c2d6b7cc.tar.bz2 fetchmail-06470851ed8433e49fcb9de36f0010d2c2d6b7cc.zip |
Minor update.
svn path=/trunk/; revision=2927
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 52a06f95..13094fd9 100644 --- a/configure.in +++ b/configure.in @@ -141,7 +141,7 @@ AC_SUBST(EXTRAOBJ) AC_CHECK_FUNCS(tcsetattr stty setsid geteuid seteuid gethostbyname \ res_search herror strrchr strerror setlinebuf syslog \ snprintf vprintf vsnprintf vsyslog \ - atexit inet_aton strftime setrlimit socketpair sigprocmask) + atexit inet_aton strftime setrlimit socketpair sigprocmask sigaction) # 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 |