Part of Bug 598613 - remove the Mork regisitration hack from SeaMonkey's configuration now that the core issue is fixed. r=Callekr
This commit is contained in:
Родитель
2449d04067
Коммит
87076519af
|
@ -39,6 +39,4 @@
|
|||
// mail/components/build/nsMailComponents.h
|
||||
// needs updating to.
|
||||
|
||||
// XXX This currently specifies nsMorkModule due to an error in the core build
|
||||
// config. Bug 598613 will fix this.
|
||||
#define APP_COMPONENT_MODULES MODULE(xpAutoComplete) MODULE(nsMailModule) MODULE(nsMsgSMIMEModule) MODULE(nsImportServiceModule) MODULE(nsLDAPProtocolModule) MODULE(nsMorkModule)
|
||||
#define APP_COMPONENT_MODULES MODULE(xpAutoComplete) MODULE(nsMailModule) MODULE(nsMsgSMIMEModule) MODULE(nsImportServiceModule) MODULE(nsLDAPProtocolModule)
|
||||
|
|
|
@ -55,8 +55,6 @@ MOZ_UPDATER=1
|
|||
MOZ_HELP_VIEWER=1
|
||||
MOZ_MORK=1
|
||||
MOZ_STATIC_BUILD_UNSUPPORTED=1
|
||||
# XXX This currently specifies mork due to an error in the core build
|
||||
# config. Bug 598613 will fix this.
|
||||
MOZ_APP_COMPONENT_LIBS="mail msgsmime import xpautocomplete mork $LDAP_COMPONENT"
|
||||
MOZ_APP_COMPONENT_LIBS="mail msgsmime import xpautocomplete $LDAP_COMPONENT"
|
||||
MOZ_APP_EXTRA_LIBS="$LDAP_LIBS"
|
||||
MOZ_APP_COMPONENT_INCLUDE=nsSuiteComponents.h
|
||||
|
|
Загрузка…
Ссылка в новой задаче