From 9fceb389c1e41802a3266850759b18f7a8394651 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 28 Feb 2020 15:01:37 -0500 Subject: Mork is not dependent on dbm and never was. --- db/mork/moz.build | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'db') diff --git a/db/mork/moz.build b/db/mork/moz.build index a4cc91c19..25d128122 100644 --- a/db/mork/moz.build +++ b/db/mork/moz.build @@ -3,9 +3,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -if not CONFIG['NSS_DISABLE_DBM'] and CONFIG['MOZ_MORK']: - DIRS += [ - 'public', - 'src', - 'build', - ] +DIRS += [ + 'public', + 'src', + 'build', +] -- cgit v1.2.3