summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-28 15:01:37 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 13:00:55 +0200
commitdcd9bbb717c5c065e05574f280206cb8b070e2c6 (patch)
tree7139860ed54e46018be607f3ac308c298c537cfc /db
parentecc0a406880a4545afae3015dffe0072c6ab0adb (diff)
downloadUXP-dcd9bbb717c5c065e05574f280206cb8b070e2c6.tar
UXP-dcd9bbb717c5c065e05574f280206cb8b070e2c6.tar.gz
UXP-dcd9bbb717c5c065e05574f280206cb8b070e2c6.tar.lz
UXP-dcd9bbb717c5c065e05574f280206cb8b070e2c6.tar.xz
UXP-dcd9bbb717c5c065e05574f280206cb8b070e2c6.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',
+]