зеркало из https://github.com/mozilla/pjs.git
66345: Factoring necessary for editor reorganization. sr=kin, r=jfrancis
This commit is contained in:
Родитель
97414320ad
Коммит
531bc52575
|
@ -79,6 +79,7 @@ MOZ_STATIC_COMPONENTS = @MOZ_STATIC_COMPONENTS@
|
|||
ENABLE_TESTS = @ENABLE_TESTS@
|
||||
IBMBIDI = @IBMBIDI@
|
||||
BUILD_IDLC = @BUILD_IDLC@
|
||||
MOZ_EDITOR_API_LOG = @MOZ_EDITOR_API_LOG@
|
||||
MOZ_ENDER_LITE = @MOZ_ENDER_LITE@
|
||||
MOZ_LDAP_XPCOM = @MOZ_LDAP_XPCOM@
|
||||
MOZ_LDAP_XPCOM_EXPERIMENTAL = @MOZ_LDAP_XPCOM_EXPERIMENTAL@
|
||||
|
|
10
configure.in
10
configure.in
|
@ -3078,6 +3078,16 @@ if test "$MOZ_MAIL_NEWS"; then
|
|||
fi
|
||||
AC_SUBST(MOZ_MAIL_NEWS)
|
||||
|
||||
dnl Turn on editor logging by default
|
||||
MOZ_EDITOR_API_LOG=1
|
||||
MOZ_ARG_DISABLE_BOOL(editor-api-log,
|
||||
[ --disable-editor-api-log Disable editor logging],
|
||||
MOZ_EDITOR_API_LOG= )
|
||||
if test "$MOZ_EDITOR_API_LOG"; then
|
||||
AC_DEFINE(MOZ_EDITOR_API_LOG)
|
||||
fi
|
||||
AC_SUBST(MOZ_EDITOR_API_LOG)
|
||||
|
||||
dnl Turn on the new lightweight gfx text control frames
|
||||
MOZ_ENDER_LITE=1
|
||||
MOZ_ARG_DISABLE_BOOL(ender-lite,
|
||||
|
|
Загрузка…
Ссылка в новой задаче