From a67e0ef2aa2eaacbfed5f676e84205c9c56571be Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Tue, 22 Sep 1998 23:49:58 +0000 Subject: [PATCH] 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 --- mozilla/config/config.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mozilla/config/config.mk b/mozilla/config/config.mk index c670da56665..5ae69edcfd2 100644 --- a/mozilla/config/config.mk +++ b/mozilla/config/config.mk @@ -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