From 7a0c8431337d80f8811502b47e5a5d7f5a443d43 Mon Sep 17 00:00:00 2001 From: "thesteve%netscape.com" Date: Mon, 27 Aug 2001 23:36:11 +0000 Subject: [PATCH] Bug#81373 (mac static build) landing mac static build. r=jfrancis sr=sfraser a=asa on behalf of drivers --- xpcom/macbuild/xpcomConfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xpcom/macbuild/xpcomConfig.h b/xpcom/macbuild/xpcomConfig.h index 0812dc043d4d..8389db72d172 100644 --- a/xpcom/macbuild/xpcomConfig.h +++ b/xpcom/macbuild/xpcomConfig.h @@ -23,3 +23,7 @@ /* Nothing to do here. Add xpcom-specific defines here if necessary */ #define _IMPL_NS_COM 1 + +#ifdef MOZ_STATIC_COMPONENT_LIBS +#define ENABLE_STATIC_COMPONENT_LOADER 1 +#endif