diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-15 17:02:32 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-15 17:02:32 +0000 |
commit | 10ad1196e3f7f240a231e91d7cb2a612da3d6b4e (patch) | |
tree | 4425bba3796c39d7785c67d12fb6d426ca3cb504 /configure.ac | |
parent | 6d6e19632737459dd61f9414da1c12fafc3016ed (diff) | |
download | fetchmail-10ad1196e3f7f240a231e91d7cb2a612da3d6b4e.tar.gz fetchmail-10ad1196e3f7f240a231e91d7cb2a612da3d6b4e.tar.bz2 fetchmail-10ad1196e3f7f240a231e91d7cb2a612da3d6b4e.zip |
Tighter check if strerror declaration is needed.
svn path=/branches/BRANCH_6-3/; revision=4743
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4fb2f4e7..1549aed9 100644 --- a/configure.ac +++ b/configure.ac @@ -141,6 +141,8 @@ AC_CHECK_FUNCS(tcsetattr stty setsid geteuid seteuid dnl atexit inet_aton strftime setrlimit socketpair sigprocmask dnl sigaction strdup setlocale) +AC_CHECK_DECLS(strerror) + # 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 # library. So don't add -lresolv to the link list unless it's necessary |