From 9ecac3874d179b1d7aa6b45337001b1def06a9dd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 21 Oct 2014 23:21:37 +0300 Subject: Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING Feature test macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7 --- postprocess/Rdb_services.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess/Rdb_services.mk') diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index 1e84bd4159fd..220aeda406c3 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -161,7 +161,7 @@ $(eval $(call gb_Rdb_add_components,services,\ $(if $(WITH_WEBDAV), \ ucb/source/ucp/webdav-neon/ucpdav1 \ ) \ - $(if $(DISABLE_SCRIPTING),, \ + $(call gb_Helper_optional,SCRIPTING, \ basctl/util/basctl \ basic/util/sb \ sc/util/vbaobj \ -- cgit -3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/saxon/saxon-9.0.0.7-bj.patch
AgeCommit message (Expand)Author
2018-06-02Revert r1832747:Pedro Giffuni
2018-06-02Drop references and the requirement for the StAX API.Pedro Giffuni