diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-31 05:46:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-31 05:46:52 +0000 |
commit | c1ca94d8095ca6dace7585b9822bef0ace216e43 (patch) | |
tree | 6f1f9b93556bea962127097c44e4d40a11365209 /configure.in | |
parent | 3c799b35db0cc8cc0a31a3a74426a5bf1390662e (diff) | |
download | fetchmail-c1ca94d8095ca6dace7585b9822bef0ace216e43.tar.gz fetchmail-c1ca94d8095ca6dace7585b9822bef0ace216e43.tar.bz2 fetchmail-c1ca94d8095ca6dace7585b9822bef0ace216e43.zip |
Maybe this fixes Ron Gomes's hang bug?
svn path=/trunk/; revision=2303
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 19bd22a4..11dce675 100644 --- a/configure.in +++ b/configure.in @@ -124,7 +124,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 strftime setrlimit socketpair) + atexit inet_aton strftime setrlimit socketpair sigprocmask) # 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 |