diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-04-23 15:56:35 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-04-23 15:56:35 -0400 |
commit | 325b204d2661dafd2720d3e78f47be8038871dbd (patch) | |
tree | f649c7aa92e1d49aba43de6ebade282a8bd3da28 /security | |
parent | abe80cc31d5a40ebed743085011fbcda0c1a9a10 (diff) | |
download | uxp-325b204d2661dafd2720d3e78f47be8038871dbd.tar.gz |
Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC
Diffstat (limited to 'security')
-rw-r--r-- | security/manager/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/manager/moz.build b/security/manager/moz.build index bb2d2e95fc..c5eae95be8 100644 --- a/security/manager/moz.build +++ b/security/manager/moz.build @@ -6,5 +6,5 @@ DIRS += ['ssl', 'locales'] -if CONFIG['MOZ_XUL'] and not CONFIG['MOZ_FENNEC']: +if CONFIG['MOZ_XUL']: DIRS += ['pki'] |