Diagnostics: Removed obsolete items

- Removed '+pthreads' caps indicator.
- Removed HAVE_LIB defines for pthreads and readline.
- Removed CMake module for finding readline.
This commit is contained in:
Paul Beckingham 2015-04-26 09:17:31 -04:00
parent b91a4b4982
commit dc8e874f19
3 changed files with 0 additions and 93 deletions

View file

@ -162,12 +162,6 @@ int CmdDiagnostics::execute (std::string& output)
#endif
<< " CMake: " << CMAKE_VERSION << "\n"
<< " " << STRING_CMD_DIAG_CAPS << ":"
#ifdef HAVE_LIBPTHREAD
<< " +pthreads"
#else
<< " -pthreads"
#endif
#ifdef HAVE_LIBGNUTLS
<< " +tls"
#else