summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-13 13:31:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-13 15:24:27 +0100
commitc5b520172b2cc2d9746674af5923d98fc57a28c6 (patch)
tree8ed77d63139acca0e0a76711fb058b37edeebdc3
parent1f4a6a21cb5445d3ed0c7d544906d5c98e31447a (diff)
hackaround for AIX
-rw-r--r--l10ntools/source/help/HelpLinker.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx
index 1bdf29d1a85c..4d0aca6a43e1 100644
--- a/l10ntools/source/help/HelpLinker.cxx
+++ b/l10ntools/source/help/HelpLinker.cxx
@@ -25,6 +25,10 @@
*
************************************************************************/
+#ifdef AIX
+# undef _THREAD_SAFE
+#endif
+
#include "HelpCompiler.hxx"
#include <map>