aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-30 21:56:07 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-30 21:56:07 +0000
commit4c159159d296e30c59fa780299644d71b2e52d3d (patch)
tree743bb78daee8b5b60cc8b06971db972ccb42417b /configure.ac
parentd8d123a20816b7dff876c865615bfef1a083074e (diff)
downloadfetchmail-4c159159d296e30c59fa780299644d71b2e52d3d.tar.gz
fetchmail-4c159159d296e30c59fa780299644d71b2e52d3d.tar.bz2
fetchmail-4c159159d296e30c59fa780299644d71b2e52d3d.zip
INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required library is no longer available.
svn path=/trunk/; revision=4192
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.ac b/configure.ac
index 63bb3148..5804dd58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -365,26 +365,6 @@ test "$with_inet6" = "yes" && AC_DEFINE(INET6_ENABLE,1,Define if you want IPv6 s
AC_CHECK_FUNCS(inner_connect)
-AC_ARG_ENABLE(netsec,
- [ --enable-netsec support network security (requires inet6-apps library)],
- [ unset ac_cv_lib_inet6_net_security_strtorequest; AC_CHECK_LIB(inet6, net_security_strtorequest,,
- [ unset ac_cv_lib_inet6_net_security_strtorequest;
- LDFLAGS="$LDFLAGS -L/usr/inet6/lib";
- AC_CHECK_LIB(inet6, net_security_strtorequest,,
- [ echo 'configure: cannot find net_security_strtorequest in libinet6, which is required';
- echo ' for network security support. Either it does not exist, or it was';
- echo ' not built with network security support enabled.';
- exit 1]) ])
- unset ac_cv_header_net_security_h; AC_CHECK_HEADER(net/security.h,,
- [ unset ac_cv_header_net_security_h;
- CPPFLAGS="$CPPFLAGS -I/usr/inet6/include";
- CFLAGS="$CFLAGS -I/usr/inet6/include"; AC_CHECK_HEADER(net/security.h,,
- [ echo 'configure: cannot find <net/security.h>, which is required';
- echo ' for network security support.';
- exit 1]) ]) ]
- [with_netsec=no])
-test "$with_netsec" = "yes" && AC_DEFINE(NET_SECURITY,1,Define if you want network security support compiled in)
-
# 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