summaryrefslogtreecommitdiff
path: root/extra/yassl/taocrypt/include/misc.hpp
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-09-07 17:04:22 +0200
committerunknown <msvensson@neptunus.(none)>2005-09-07 17:04:22 +0200
commitfe5a4e3be714869a15d6acfb836edeb7983c0ac2 (patch)
treefe3062d2640781d5d91e0771df79fdba5924e821 /extra/yassl/taocrypt/include/misc.hpp
parent44b35dbb0e98f02286121b7b8738027d65256004 (diff)
downloadmariadb-git-fe5a4e3be714869a15d6acfb836edeb7983c0ac2.tar.gz
Bug #12987 yassl: Compilation of integer.cpp fails on OS X Tiger
extra/yassl/taocrypt/include/misc.hpp: Disable X86ASM on OsX
Diffstat (limited to 'extra/yassl/taocrypt/include/misc.hpp')
-rw-r--r--extra/yassl/taocrypt/include/misc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/include/misc.hpp b/extra/yassl/taocrypt/include/misc.hpp
index 5a31510911e..f705cc99970 100644
--- a/extra/yassl/taocrypt/include/misc.hpp
+++ b/extra/yassl/taocrypt/include/misc.hpp
@@ -91,7 +91,7 @@ public:
// no gas on these systems ?, disable for now
-#if defined(__sun__) || defined (__QNX__)
+#if defined(__sun__) || defined (__QNX__) || defined (__APPLE__)
#define TAOCRYPT_DISABLE_X86ASM
#endif