aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-03 18:03:49 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-03 18:03:49 +0000
commitd226f4d59684e885eb8ee39165be275274ba5e01 (patch)
tree3fdc0d668e7da18d84d851b2b2c89691ed4e696f /configure.ac
parentfaccbdac41c3a089be13cb18b8e4d4349126df1a (diff)
downloadfetchmail-d226f4d59684e885eb8ee39165be275274ba5e01.tar.gz
fetchmail-d226f4d59684e885eb8ee39165be275274ba5e01.tar.bz2
fetchmail-d226f4d59684e885eb8ee39165be275274ba5e01.zip
Remove checks whose results we don't check (Miloslav Trmac).
svn path=/trunk/; revision=4066
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 23b7d8bc..c7c119a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,10 +120,10 @@ fi
AC_SUBST(EXTRAOBJ)
AC_CHECK_FUNCS(tcsetattr stty setsid geteuid seteuid gethostbyname \
- res_search herror strrchr strerror setlinebuf syslog \
+ res_search strerror syslog \
snprintf vprintf vsnprintf vsyslog \
atexit inet_aton strftime setrlimit socketpair sigprocmask sigaction \
- getopt_long strdup)
+ strdup)
# 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