summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/makefile.mk
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-11-06 08:06:28 +0000
committerHerbert Dürr <hdu@apache.org>2013-11-06 08:06:28 +0000
commitde6061ba06c00e94e90a0b3d1fa999814fd24575 (patch)
tree889648b8b34dbc2d4a28b2105a0ad9509a0f0c92 /xmlsecurity/source/xmlsec/makefile.mk
parent30593a684e60e662596935b192a3f72b4dfc237d (diff)
#i122365# RmMoz 2/9: make the Mozilla->NSS replacement work
Notes
Notes: ignore: obsolete
Diffstat (limited to 'xmlsecurity/source/xmlsec/makefile.mk')
-rw-r--r--xmlsecurity/source/xmlsec/makefile.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmlsecurity/source/xmlsec/makefile.mk b/xmlsecurity/source/xmlsec/makefile.mk
index 2b243e42904a..34088dc26979 100644
--- a/xmlsecurity/source/xmlsec/makefile.mk
+++ b/xmlsecurity/source/xmlsec/makefile.mk
@@ -37,11 +37,9 @@ ENABLE_EXCEPTIONS = TRUE
CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
.ENDIF
-.IF "$(WITH_MOZILLA)" == "NO" || "$(ENABLE_NSS_MODULE)"!="YES"
-.IF "$(SYSTEM_MOZILLA)" != "YES"
+.IF "$(ENABLE_NSS_MODULE)"!="YES"
@all:
- @echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity.."
-.ENDIF
+ @echo "No nss -> no libxmlsec -> no xmlsecurity.."
.ENDIF
.IF "$(CRYPTO_ENGINE)" == "mscrypto"