blob: 5d2020cd091fc53467a85d2acf4ac97fa5890f85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git storage/src/Makefile.in storage/src/Makefile.in
index 4cd2551..5c40536 100644
--- storage/src/Makefile.in
+++ storage/src/Makefile.in
@@ -31,7 +31,7 @@ endif
# MOZ_STORAGE_MEMORY on Windows, you will also need to change the "ifdef
# MOZ_MEMORY" options in db/sqlite3/src/Makefile.in.
ifdef MOZ_MEMORY
-ifndef MOZ_NATIVE_SQLITE
+ifneq (,$(not $(MOZ_NATIVE_SQLITE))$(MOZ_NATIVE_JEMALLOC))
ifneq ($(OS_TARGET), Android)
DEFINES += -DMOZ_STORAGE_MEMORY
endif
|