summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-31 15:40:09 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-31 15:40:09 +0100
commitd41ba28f5257f7c1425a0bde210e69fc5bb34a37 (patch)
tree229b340173919d85b06ef878899034cdb7b28a0f /build
parent8f89965f5062f9855cdcc20530a815746fce744c (diff)
downloadUXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar.gz
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar.lz
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar.xz
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.zip
Issue #1342 - Remove support for system sqlite
Diffstat (limited to 'build')
-rw-r--r--build/directive4.py1
-rw-r--r--build/moz.configure/old.configure1
2 files changed, 0 insertions, 2 deletions
diff --git a/build/directive4.py b/build/directive4.py
index 009009bf0..9150a2543 100644
--- a/build/directive4.py
+++ b/build/directive4.py
@@ -37,7 +37,6 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br
'MOZ_SYSTEM_ZLIB',
'MOZ_SYSTEM_BZ2',
'MOZ_SYSTEM_LIBVPX',
- 'MOZ_SYSTEM_SQLITE',
'MOZ_SYSTEM_JEMALLOC'
]
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure
index 6fa6fcf6e..a8e82cb79 100644
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
@@ -233,7 +233,6 @@ 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',