summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-10-25 09:59:35 +0000
committerOliver Bolte <obo@openoffice.org>2007-10-25 09:59:35 +0000
commit7b38eebc639cd23ec6a8f8f93fa96ce2e4d4495a (patch)
tree3a7415b319085736e5825edb7816fbb30608c4d5
parent1273dc84e0e22b209e56de2561f2832a42458288 (diff)
#i82958# build breaks on WITH_MOZILLA=NO setting
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/makefile.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/makefile.mk b/xmlsecurity/source/xmlsec/mscrypt/makefile.mk
index 761eaebf4977..fda90311e7f0 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/makefile.mk
+++ b/xmlsecurity/source/xmlsec/mscrypt/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: vg $ $Date: 2007-02-06 13:03:56 $
+# last change: $Author: obo $ $Date: 2007-10-25 10:59:35 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -51,6 +51,11 @@ LIBTARGET=NO
.IF "$(CRYPTO_ENGINE)" == "mscrypto"
+.IF "$(WITH_MOZILLA)" == "NO"
+@all:
+ @echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity/nss"
+.ENDIF
+
CDEFS += -DXMLSEC_CRYPTO_MSCRYPTO -DXMLSEC_NO_XSLT
# --- Files --------------------------------------------------------
@@ -71,3 +76,4 @@ SLOFILES = \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
+