diff options
author | svoj@mysql.com <> | 2005-06-22 14:08:28 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-06-22 14:08:28 +0500 |
commit | 74373e7d54c37cf0af379a1f05c0d3be17e32a21 (patch) | |
tree | 1e95fc4eade286d02290940b7d365b5c00888209 /extra/yassl/src/template_instnt.cpp | |
parent | c45df76029ea647c39ab44aab5abb0b72a8c2a70 (diff) | |
download | mariadb-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.cpp | 2 |
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>; |