summaryrefslogtreecommitdiff
path: root/extra/yassl/src/template_instnt.cpp
diff options
context:
space:
mode:
authorsvoj@mysql.com <>2005-06-22 14:08:28 +0500
committersvoj@mysql.com <>2005-06-22 14:08:28 +0500
commit74373e7d54c37cf0af379a1f05c0d3be17e32a21 (patch)
tree1e95fc4eade286d02290940b7d365b5c00888209 /extra/yassl/src/template_instnt.cpp
parentc45df76029ea647c39ab44aab5abb0b72a8c2a70 (diff)
downloadmariadb-git-74373e7d54c37cf0af379a1f05c0d3be17e32a21.tar.gz
WL#2286 - Compile MySQL w/YASSL support
Fix GCC 4.0 link failure. Better CXX_VERSION guessing.
Diffstat (limited to 'extra/yassl/src/template_instnt.cpp')
-rw-r--r--extra/yassl/src/template_instnt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/src/template_instnt.cpp b/extra/yassl/src/template_instnt.cpp
index 43f3d551b7a..5cf4f8c39f8 100644
--- a/extra/yassl/src/template_instnt.cpp
+++ b/extra/yassl/src/template_instnt.cpp
@@ -8,7 +8,7 @@
#include "ripemd.hpp"
#include "openssl/ssl.h"
-#ifdef EXPLICIT_TEMPLATE_INSTANTIATION
+#ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION
#if !defined(USE_CRYPTOPP_LIB)
namespace TaoCrypt {
template class HMAC<MD5>;