diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-07 01:59:21 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-07 01:59:21 +0200 |
commit | 3efb3d1adbd7853fb63f0894d063f6676280f7de (patch) | |
tree | ddb5b104d298fa3f1506360e069e3fdd2ec3f023 | |
parent | 038ef5ce2aaf607c6a39154b52b2a6fc0fad7764 (diff) | |
download | fetchmail-3efb3d1adbd7853fb63f0894d063f6676280f7de.tar.gz fetchmail-3efb3d1adbd7853fb63f0894d063f6676280f7de.tar.bz2 fetchmail-3efb3d1adbd7853fb63f0894d063f6676280f7de.zip |
Remove dead code.
-rw-r--r-- | configure.ac | 5 |
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; |