diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-28 15:01:37 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-28 15:01:37 -0500 |
commit | 9fceb389c1e41802a3266850759b18f7a8394651 (patch) | |
tree | a269e330d83a5b1dcd1aa68d2863985ae637bc08 /db/mork/moz.build | |
parent | c30898ce33ac206c5198e3d1fcd3ad6a8e5a5c29 (diff) | |
download | uxp-9fceb389c1e41802a3266850759b18f7a8394651.tar.gz |
Mork is not dependent on dbm and never was.
Diffstat (limited to 'db/mork/moz.build')
-rw-r--r-- | db/mork/moz.build | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/db/mork/moz.build b/db/mork/moz.build index a4cc91c194..25d1281226 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', +] |