allow old openssl for debian builds, due to old debian versions; refs #157

This commit is contained in:
Marc Wäckerlin
2012-06-15 11:22:28 +00:00
parent 0ed41c7f51
commit 3a45f9a13d
2 changed files with 6 additions and 4 deletions

View File

@@ -27,9 +27,11 @@
namespace qbrowserlib {
#ifndef LOG
#define LOG \
QBROWSERLIB_LOCAL_TRACER
#endif
// #define LOG \
// QBROWSERLIB_LOCAL_TRACER
#define LOG \
qbrowserlib::Log(1, __PRETTY_FUNCTION__, __FILE__, __LINE__)
#endif
#ifndef TRC
#define TRC \