summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
-rw-r--r--solenv/gbuild/gbuild.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 30f1021a9016..9a5adcf903e6 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -182,7 +182,7 @@ endef
# to libraries not built in this configuration.
define gb_CppunitTest__filter_not_built_components
$(filter-out \
- $(if $(filter INTERPRETERS,$(BUILD_TYPE)),, \
+ $(if $(filter SCRIPTING,$(BUILD_TYPE)),, \
basic/util/sb \
sw/util/vbaswobj \
scripting/source/basprov/basprov \
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index b35d73a98e13..e38137e9569c 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -236,8 +236,8 @@ ifeq ($(strip $(DISABLE_DBCONNECTIVITY)),TRUE)
gb_GLOBALDEFS += -DDISABLE_DBCONNECTIVITY
endif
-ifeq ($(strip $(DISABLE_INTERPRETERS)),TRUE)
-gb_GLOBALDEFS += -DDISABLE_INTERPRETERS
+ifeq ($(strip $(DISABLE_SCRIPTING)),TRUE)
+gb_GLOBALDEFS += -DDISABLE_SCRIPTING
endif
ifeq ($(HAVE_THREADSAFE_STATICS),TRUE)