From d37209912b44f5accee73e7f774122b195fe2183 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 18 Oct 2011 12:05:08 +0200 Subject: Decouple NSS build from the Mozilla build. This allows xmlsecurity to be built even when --disable-mozilla is provided. --- libxmlsec/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libxmlsec') diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk index 58fc9b99d58f..673cdbff388e 100644 --- a/libxmlsec/makefile.mk +++ b/libxmlsec/makefile.mk @@ -35,9 +35,9 @@ EXTERNAL_WARNINGS_NOT_ERRORS := TRUE .INCLUDE : settings.mk -.IF "$(WITH_MOZILLA)" == "NO" +.IF "$(ENABLE_NSS_MODULE)" == "NO" @all: - @echo "Mozilla disabled -> no nss -> no libxmlsec...." + @echo "NSS module disabled => no libxmlsec...." .ENDIF # --- Files -------------------------------------------------------- -- cgit