зеркало из https://github.com/mozilla/pjs.git
fix build bustage when disable logging is turned on, r=cneberg, backing out part of patch for 280792
This commit is contained in:
Родитель
37adeb95f3
Коммит
7b21e5c109
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче