Whether or not security is enabled is independent of the MOZ_LITE, MOZ_MEDIUM, MOZ_BLAHBLAHBLAH macros. This should help people building MOZ_LITE.
git-svn-id: svn://10.0.0.236/trunk@10729 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
28f1107062
commit
a67e0ef2aa
@ -464,6 +464,10 @@ ifndef MODULAR_NETLIB
|
||||
MOZ_COOKIEMANAGE = 1
|
||||
endif
|
||||
|
||||
ifndef MOZ_SECURITY
|
||||
NO_SECURITY = 1
|
||||
endif
|
||||
|
||||
ifndef USE_AUTOCONF
|
||||
ifdef MOZ_LITE
|
||||
NO_EDITOR = 1
|
||||
@ -487,9 +491,6 @@ ifdef MOZ_MEDIUM
|
||||
ifndef MODULAR_NETLIB
|
||||
MOZ_SINGLESIGNON = 1
|
||||
endif
|
||||
ifndef MOZ_SECURITY
|
||||
NO_SECURITY = 1
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef MOZ_DARK
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user