From d1eec5f5bb844d510ccdab0135b8f08f7ed55513 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Wed, 14 Sep 2011 17:58:36 +0000 Subject: [PATCH] make cppunit compile on Mac OSX --- UnitTests/cppunit/include/cppunit/config-auto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnitTests/cppunit/include/cppunit/config-auto.h b/UnitTests/cppunit/include/cppunit/config-auto.h index c75565c7a..337baf79c 100644 --- a/UnitTests/cppunit/include/cppunit/config-auto.h +++ b/UnitTests/cppunit/include/cppunit/config-auto.h @@ -38,7 +38,7 @@ /* define if the compiler supports GCC C++ ABI name demangling */ #ifndef CPPUNIT_HAVE_GCC_ABI_DEMANGLE -#define CPPUNIT_HAVE_GCC_ABI_DEMANGLE 1 +#define CPPUNIT_HAVE_GCC_ABI_DEMANGLE 0 #endif /* Define to 1 if you have the header file. */ @@ -68,7 +68,7 @@ /* define if the compiler supports Run-Time Type Identification */ #ifndef CPPUNIT_HAVE_RTTI -#define CPPUNIT_HAVE_RTTI 1 +#define CPPUNIT_HAVE_RTTI 0 #endif /* Define if you have the shl_load function. */