aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-04-07 01:59:21 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-04-07 01:59:21 +0200
commit3efb3d1adbd7853fb63f0894d063f6676280f7de (patch)
treeddb5b104d298fa3f1506360e069e3fdd2ec3f023
parent038ef5ce2aaf607c6a39154b52b2a6fc0fad7764 (diff)
downloadfetchmail-3efb3d1adbd7853fb63f0894d063f6676280f7de.tar.gz
fetchmail-3efb3d1adbd7853fb63f0894d063f6676280f7de.tar.bz2
fetchmail-3efb3d1adbd7853fb63f0894d063f6676280f7de.zip
Remove dead code.
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 23413191..d4bd8935 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,11 +244,6 @@ done
dnl Check for libcrypt -- it may live in libc or libcrypt, as on IRIX
AC_CHECK_FUNC(crypt, , AC_CHECK_LIB(crypt,crypt))
-dnl Check for RSA refersence library in case we're using SSL
-AC_CHECK_LIB(rsaref, RSAPublicDecrypt)
-
-dnl AC_FUNC_SETVBUF_REVERSED
-
dnl Check for usable void pointer type
AC_MSG_CHECKING(use of void pointer type)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[char *p;