make libxmlsec be built again with SYSTEM_MOZILLA=YES

This commit is contained in:
Rene Engelhard 2011-10-19 08:58:26 +00:00
parent d6b626c6a9
commit 5e80f012e7

View file

@ -35,7 +35,7 @@ EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
.INCLUDE : settings.mk
.IF "$(ENABLE_NSS_MODULE)" == "NO"
.IF "$(ENABLE_NSS_MODULE)" == "NO" && "$(SYSTEM_MOZILLA)" != "YES"
@all:
@echo "NSS module disabled => no libxmlsec...."
.ENDIF