diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-10-25 18:12:58 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-10-25 18:12:58 -0400 |
commit | 6a2ff38f0fb2ed00e96a1a3d4cd2c655774e87fe (patch) | |
tree | b5ed402996e73e08ebec26e5476a0b3a15c42b3b /build/moz.configure/old.configure | |
parent | b927e0d5caad3a7703829bdc1093bfc67ef3fb97 (diff) | |
download | UXP-6a2ff38f0fb2ed00e96a1a3d4cd2c655774e87fe.tar UXP-6a2ff38f0fb2ed00e96a1a3d4cd2c655774e87fe.tar.gz UXP-6a2ff38f0fb2ed00e96a1a3d4cd2c655774e87fe.tar.lz UXP-6a2ff38f0fb2ed00e96a1a3d4cd2c655774e87fe.tar.xz UXP-6a2ff38f0fb2ed00e96a1a3d4cd2c655774e87fe.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/moz.configure/old.configure')
-rw-r--r-- | build/moz.configure/old.configure | 1 |
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', |