diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-28 16:21:05 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:01:21 +0200 |
commit | 9816a810e6197aaaf549e4fe04e77cd2a9d2e865 (patch) | |
tree | 66a255842cffbc4e0eb905629e464cc2874ef978 /toolkit/moz.configure | |
parent | 9a8068ea3fd3844b4b8f73893a852406b3d08f12 (diff) | |
download | UXP-9816a810e6197aaaf549e4fe04e77cd2a9d2e865.tar UXP-9816a810e6197aaaf549e4fe04e77cd2a9d2e865.tar.gz UXP-9816a810e6197aaaf549e4fe04e77cd2a9d2e865.tar.lz UXP-9816a810e6197aaaf549e4fe04e77cd2a9d2e865.tar.xz UXP-9816a810e6197aaaf549e4fe04e77cd2a9d2e865.zip |
Issue #251 - Move --disable-dbm to ac configure
Also Tag #1467
Diffstat (limited to 'toolkit/moz.configure')
-rw-r--r-- | toolkit/moz.configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/moz.configure b/toolkit/moz.configure index ca7f91e6e..128402257 100644 --- a/toolkit/moz.configure +++ b/toolkit/moz.configure @@ -559,8 +559,6 @@ option('--enable-ipdl-tests', help='Enable expensive IPDL tests') set_config('MOZ_IPDL_TESTS', depends_if('--enable-ipdl-tests')(lambda _: True)) -include('nss.configure') - # Network protocol support # ============================================================== @depends(check_build_environment, '--help') |