summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-09-23 16:04:39 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-09-23 16:04:39 (GMT)
commit5778b6efe98e3676e00f01cfeca62bd9b2b481b5 (patch)
tree6ab4b2c1681b7e74efbdeb4ea1417b0a10322a3f /Source
parent7fd080d69503cddd7b80985ee53a83d47880eaa7 (diff)
downloadCMake-5778b6efe98e3676e00f01cfeca62bd9b2b481b5.zip
CMake-5778b6efe98e3676e00f01cfeca62bd9b2b481b5.tar.gz
CMake-5778b6efe98e3676e00f01cfeca62bd9b2b481b5.tar.bz2
ENH: one more fix for HAIKU
Diffstat (limited to 'Source')
-rw-r--r--Source/kwsys/testDynamicLoader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx
index e2ab12a..5273f12 100644
--- a/Source/kwsys/testDynamicLoader.cxx
+++ b/Source/kwsys/testDynamicLoader.cxx
@@ -98,7 +98,7 @@ int testDynamicLoader(int argc, char *argv[])
{
#if defined(_WIN32)
SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
-#elif defined(__BEOS__)
+#elif defined(__BEOS__) || defined(__HAIKU__)
disable_debugger(1);
#endif
int res = 0;