diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-01 22:09:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-01 22:09:23 +0000 |
commit | 80839c4a90693dd4f46217ac7c88ed5b3313f276 (patch) | |
tree | d5b08def1f0f2d75feb7b79f1cde1ac4e9b35a4d /configure.ac | |
parent | ee13b0e37bf5eb003bfae44721fb5f01e6ac5ddc (diff) | |
download | fetchmail-80839c4a90693dd4f46217ac7c88ed5b3313f276.tar.gz fetchmail-80839c4a90693dd4f46217ac7c88ed5b3313f276.tar.bz2 fetchmail-80839c4a90693dd4f46217ac7c88ed5b3313f276.zip |
Cleanup: Drop inner_connect and ipv6-connect.c.
svn path=/trunk/; revision=4214
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dea23245..74736db5 100644 --- a/configure.ac +++ b/configure.ac @@ -353,8 +353,6 @@ AC_ARG_ENABLE(inet6, [with_inet6=no]) test "$with_inet6" = "yes" && AC_DEFINE(INET6_ENABLE,1,Define if you want IPv6 support compiled in) -AC_CHECK_FUNCS(inner_connect) - # This version of the Kerberos 4 and 5 options addresses the follwing issues: # # * Build correctly under Heimdal kerberos if it is compiled with db2 and |