From 23ed1d0eb8d9f3ead161d0515058b106e5ceb4bb Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien <hr@openoffice.org>
Date: Wed, 27 Jun 2007 12:58:24 +0000
Subject: INTEGRATION: CWS obo11 (1.12.4); FILE MERGED 2007/04/23 11:28:03 obo
 1.12.4.1: #i76441# support --enable-dbgutil for wntmsci11

---
 libxmlsec/makefile.mk | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'libxmlsec')

diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index 47bed53d8a1d..445106a6ab34 100644
--- a/libxmlsec/makefile.mk
+++ b/libxmlsec/makefile.mk
@@ -4,9 +4,9 @@
 #
 #   $RCSfile: makefile.mk,v $
 #
-#   $Revision: 1.12 $
+#   $Revision: 1.13 $
 #
-#   last change: $Author: vg $ $Date: 2007-03-27 09:10:13 $
+#   last change: $Author: hr $ $Date: 2007-06-27 13:58:24 $
 #
 #   The Contents of this file are made available subject to
 #   the terms of GNU Lesser General Public License Version 2.1.
@@ -92,7 +92,11 @@ BUILD_DIR=$(CONFIGURE_DIR)
 .ELSE
 CONFIGURE_DIR=win32
 CONFIGURE_ACTION=cscript configure.js
+.IF "$(product)"!="full" && "$(CCNUMVER)" >= "001399999999"
+CONFIGURE_FLAGS=crypto=$(CRYPTOLIB) debug=yes xslt=no iconv=no static=no include=$(BASEINC) lib=$(BASELIB)
+.ELSE
 CONFIGURE_FLAGS=crypto=$(CRYPTOLIB) xslt=no iconv=no static=no include=$(BASEINC) lib=$(BASELIB)
+.ENDIF
 BUILD_ACTION=nmake
 BUILD_DIR=$(CONFIGURE_DIR)
 .ENDIF
-- 
cgit