diff --git a/mozilla/extensions/auth/nsAuthFactory.cpp b/mozilla/extensions/auth/nsAuthFactory.cpp index 8f74b7bbe4d..b3d515c69b6 100644 --- a/mozilla/extensions/auth/nsAuthFactory.cpp +++ b/mozilla/extensions/auth/nsAuthFactory.cpp @@ -220,7 +220,6 @@ static nsModuleComponentInfo components[] = { }; //----------------------------------------------------------------------------- - #if defined( PR_LOGGING ) PRLogModuleInfo *gNegotiateLog; @@ -231,6 +230,8 @@ InitNegotiateAuth(nsIModule *self) gNegotiateLog = PR_NewLogModule("negotiateauth"); return NS_OK; } +#else +#define InitNegotiateAuth nsnull #endif NS_IMPL_NSGETMODULE_WITH_CTOR(nsAuthModule, components, InitNegotiateAuth)