diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-10-18 12:05:08 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-10-18 12:10:05 +0200 |
commit | d37209912b44f5accee73e7f774122b195fe2183 (patch) | |
tree | 03debcabc2cb73b294ba1e1d074e33f2c99d9073 /libxmlsec | |
parent | 5f3a31f6f5a0271a5d2d04852e88a66672027bd1 (diff) |
Decouple NSS build from the Mozilla build.
This allows xmlsecurity to be built even when --disable-mozilla is provided.
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 -------------------------------------------------------- |