summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-10-12 23:17:14 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-10-12 23:17:14 -0400
commit19b6f2d9b71ca5f355dbf416ff599370c8ca0eb4 (patch)
treea3e0d6967c9c1a15e4d17eb7633979cd20ed0cdc /build
parentb927e0d5caad3a7703829bdc1093bfc67ef3fb97 (diff)
downloadUXP-19b6f2d9b71ca5f355dbf416ff599370c8ca0eb4.tar
UXP-19b6f2d9b71ca5f355dbf416ff599370c8ca0eb4.tar.gz
UXP-19b6f2d9b71ca5f355dbf416ff599370c8ca0eb4.tar.lz
UXP-19b6f2d9b71ca5f355dbf416ff599370c8ca0eb4.tar.xz
UXP-19b6f2d9b71ca5f355dbf416ff599370c8ca0eb4.zip
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.
Diffstat (limited to 'build')
-rw-r--r--build/moz.configure/old.configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure
index 20bde1eee..e6eaa8228 100644
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
@@ -243,6 +243,7 @@ def old_configure_options(*options):
'--enable-universalchardet',
'--enable-updater',
'--enable-url-classifier',
+ '--enable-userinfo',
'--enable-valgrind',
'--enable-verify-mar',
'--enable-webrtc',