summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-30 10:36:18 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-30 10:36:18 +0000
commit7c01e6050f776d92baed8b4115f37de7d3ae7804 (patch)
tree96d425bf5d2f40b4e0698c2a9a27464c4d208d57
parent911ab6a68098daaa1faf074cd2b35ffbd58a91f7 (diff)
INTEGRATION: CWS systemmozilla (1.6.8); FILE MERGED
2005/03/03 13:40:20 rene 1.6.8.1: #i17187# reanimate --disable-mozilla
-rw-r--r--xmlsecurity/source/xmlsec/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/makefile.mk b/xmlsecurity/source/xmlsec/makefile.mk
index 4a9c8f043351..fb387b7b651e 100644
--- a/xmlsecurity/source/xmlsec/makefile.mk
+++ b/xmlsecurity/source/xmlsec/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2004-11-26 14:57:29 $
+# last change: $Author: rt $ $Date: 2005-03-30 11:36:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -82,6 +82,10 @@ CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
CDEFS += -DXMLSEC_CRYPTO_MSCRYPTO -DXMLSEC_NO_XSLT
.ELSE
CDEFS += -DXMLSEC_CRYPTO_NSS -DXMLSEC_NO_XSLT
+.IF "$(WITH_MOZILLA)" == "NO"
+@all:
+ @echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity.."
+.ENDIF
.ENDIF
# --- Files --------------------------------------------------------