summaryrefslogtreecommitdiff
path: root/swext
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 13:28:48 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 19:59:29 +0000
commitc871c0695cd4683327188d9c7e4daeba7d55d795 (patch)
tree142d2be15105dfbb74c0ded13b0c045f0a9f32a3 /swext
parentac5f2f3481a318cadd7c59e7ea89401f81e9a259 (diff)
ENABLE_MEDIAWIKI Harmonize ENABLE_* variable to TRUE/<nothing>
Change-Id: I4561c2cd3b937cbd0085d1e94930d5f458281d11 Reviewed-on: https://gerrit.libreoffice.org/5704 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'swext')
-rw-r--r--swext/Module_swext.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/swext/Module_swext.mk b/swext/Module_swext.mk
index 0d48229bd246..0a5462c18f58 100644
--- a/swext/Module_swext.mk
+++ b/swext/Module_swext.mk
@@ -10,7 +10,7 @@
$(eval $(call gb_Module_Module,swext))
-ifeq ($(ENABLE_MEDIAWIKI),YES)
+ifeq ($(ENABLE_MEDIAWIKI),TRUE)
$(eval $(call gb_Module_add_targets,swext,\
Jar_mediawiki \
Configuration_mediawiki \