Improve checking of library versions.

* Correctly handle openSSL version checking on Ubuntu, Debian, OS/X.
* Also check versions of openSSL, Boost, GCC and MSVC at C++ compile time.
* Get rid of over-engineered runtime CheckLibraryVersions.
This commit is contained in:
Tom Ritchford
2014-05-28 14:38:28 -04:00
committed by Vinnie Falco
parent 27e8d44a56
commit 69fccdf5c6
6 changed files with 63 additions and 169 deletions

View File

@@ -44,7 +44,6 @@
//------------------------------------------------------------------------------
#include "containers/RangeSet.cpp"
#include "system/CheckLibraryVersions.cpp"
#include "log/Log.cpp"
#include "log/LogFile.cpp"