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:
Gaming4JC 2018-10-25 18:12:58 -04:00 • committed by Roy Tam
commit 3c4b6babee
5 changed files with 38 additions and 17 deletions

View file

@ -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',