From 83d6510a3f5d225ec4cb0e2b9fee42c8b7d7b657 Mon Sep 17 00:00:00 2001 From: "rogc%netscape.com" Date: Wed, 9 Oct 2002 02:09:36 +0000 Subject: [PATCH] We don't need this stuff, and it's breaking the build on Mac OSX. git-svn-id: svn://10.0.0.236/branches/PHT_2002_08_08_BRANCH@131536 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/nsTraceRefcnt.cpp | 9 +++++++++ mozilla/xpcom/base/nsTraceRefcntImpl.cpp | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/mozilla/xpcom/base/nsTraceRefcnt.cpp b/mozilla/xpcom/base/nsTraceRefcnt.cpp index b487db3dca8..1398a5c4172 100644 --- a/mozilla/xpcom/base/nsTraceRefcnt.cpp +++ b/mozilla/xpcom/base/nsTraceRefcnt.cpp @@ -64,6 +64,15 @@ #include #endif +#ifdef XP_MAC +/* + * This libdl stuff is breaking our build on Mac OSX, so I'm getting + * rid of it. + * --rogc 10/7/2002 + */ +#undef HAVE_LIBDL +#endif + #ifdef HAVE_LIBDL #include #endif diff --git a/mozilla/xpcom/base/nsTraceRefcntImpl.cpp b/mozilla/xpcom/base/nsTraceRefcntImpl.cpp index b487db3dca8..1398a5c4172 100644 --- a/mozilla/xpcom/base/nsTraceRefcntImpl.cpp +++ b/mozilla/xpcom/base/nsTraceRefcntImpl.cpp @@ -64,6 +64,15 @@ #include #endif +#ifdef XP_MAC +/* + * This libdl stuff is breaking our build on Mac OSX, so I'm getting + * rid of it. + * --rogc 10/7/2002 + */ +#undef HAVE_LIBDL +#endif + #ifdef HAVE_LIBDL #include #endif