From 3efb3d1adbd7853fb63f0894d063f6676280f7de Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 7 Apr 2010 01:59:21 +0200 Subject: Remove dead code. --- configure.ac | 5 ----- 1 file changed, 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; -- cgit v1.2.3