mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Issue #795 - Make nsIUserInfo component optional
This allows the nsIUserinfo component to be disabled with --disable-userinfo in mozconfig at build time, but leaves it on by default to avoid any compatibility issues in existing applications.
This commit is contained in:
parent
5baa10b59a
commit
3c4b6babee
5 changed files with 38 additions and 17 deletions
|
|
@ -244,6 +244,7 @@ def old_configure_options(*options):
|
|||
'--enable-universalchardet',
|
||||
'--enable-updater',
|
||||
'--enable-url-classifier',
|
||||
'--enable-userinfo',
|
||||
'--enable-valgrind',
|
||||
'--enable-verify-mar',
|
||||
'--enable-webrtc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue