diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-06-15 23:59:47 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-06-15 23:59:47 -0700 |
commit | 8f429e0dafc8bdb0a731497a5def1751c7bc7301 (patch) | |
tree | 398d099793c12402a0c7845ef08f987e327964e5 /build/moz.configure | |
parent | 0af0100030be9f2569d3dbf5ab746c2b97c009d0 (diff) | |
download | UXP-8f429e0dafc8bdb0a731497a5def1751c7bc7301.tar UXP-8f429e0dafc8bdb0a731497a5def1751c7bc7301.tar.gz UXP-8f429e0dafc8bdb0a731497a5def1751c7bc7301.tar.lz UXP-8f429e0dafc8bdb0a731497a5def1751c7bc7301.tar.xz UXP-8f429e0dafc8bdb0a731497a5def1751c7bc7301.zip |
Revert "Issue #1342 - Remove support for system sqlite"
This reverts commit d41ba28f5257f7c1425a0bde210e69fc5bb34a37.
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 ab19f16ac..c416c18d2 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -236,6 +236,7 @@ def old_configure_options(*options): '--enable-system-cairo', '--enable-system-extension-dirs', '--enable-system-pixman', + '--enable-system-sqlite', '--enable-tasktracer', '--enable-tests', '--enable-thread-sanitizer', |