summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-28 15:01:37 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-28 15:01:37 -0500
commit9fceb389c1e41802a3266850759b18f7a8394651 (patch)
treea269e330d83a5b1dcd1aa68d2863985ae637bc08 /db
parentc30898ce33ac206c5198e3d1fcd3ad6a8e5a5c29 (diff)
downloadUXP-9fceb389c1e41802a3266850759b18f7a8394651.tar
UXP-9fceb389c1e41802a3266850759b18f7a8394651.tar.gz
UXP-9fceb389c1e41802a3266850759b18f7a8394651.tar.lz
UXP-9fceb389c1e41802a3266850759b18f7a8394651.tar.xz
UXP-9fceb389c1e41802a3266850759b18f7a8394651.zip
Mork is not dependent on dbm and never was.
Diffstat (limited to 'db')
-rw-r--r--db/mork/moz.build11
1 files changed, 5 insertions, 6 deletions
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',
+]