From d5e2aa99c258bc62353075f07c94d73577daa692 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 23 Apr 2019 15:56:35 -0400 Subject: Issue mcp-graveyard/UXP#1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC --- security/manager/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') 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'] -- cgit v1.2.3