diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-17 12:40:10 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-17 12:40:10 +0100 |
commit | 6b3fbe9ef069d15e52bd44c72d59325d7873127c (patch) | |
tree | 653cc359d72e16686e84bc5099299a322b99ac33 /build/moz.configure | |
parent | 2a4827ea40d1e629318bcbb17ed07cc64a1431b5 (diff) | |
download | uxp-6b3fbe9ef069d15e52bd44c72d59325d7873127c.tar.gz |
Issue #1467 - Part 1b: Fix type and make moz.configure happy.
Diffstat (limited to 'build/moz.configure')
-rw-r--r-- | build/moz.configure/old.configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index 72c2947068..cf224594af 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -204,6 +204,7 @@ def old_configure_options(*options): '--enable-negotiateauth', '--enable-nfc', '--enable-nspr-build', + '--enable-nss-sqlstore', '--enable-official-branding', '--enable-official-vendor', '--enable-oom-breakpoint', |