diff --git a/lib/libmime/Makefile b/lib/libmime/Makefile index 3bb21f0b56b4..92159b3ee4b0 100644 --- a/lib/libmime/Makefile +++ b/lib/libmime/Makefile @@ -75,7 +75,11 @@ ifndef MOZ_MAIL_COMPOSE DEFINES += -DMOZILLA_30 endif +ifdef NO_SECURITY DEFINES += -DNO_SECURITY +else +DEFINES += -DMOZ_SECURITY +endif # # Building the "mimefilt" executable, which reads a message from stdin and