summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-08-29 10:38:00 -0500
committerFridrich Strba <fridrich@documentfoundation.org>2013-08-30 07:05:36 +0000
commit587d9693bdea45b90331da1c577c017db38f3f39 (patch)
treeba9613cb738178d2ac94a0d9a3e9fa0f114ec8b4 /RepositoryExternal.mk
parentffaad89e05fdb889d2b18d5914894acb91e1248e (diff)
liblangtag: harmonize ENABLE_* variable to use TRUE/<nothing>
Change-Id: I6e231516476f3b9512e239ccf678048c87d25aa5 Reviewed-on: https://gerrit.libreoffice.org/5682 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 5962dc40906a..e96e812a23a8 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -825,7 +825,7 @@ define gb_LinkTarget__use_glib
$(error gb_LinkTarget__use_glib should not be called any more)
endef
-ifeq ($(ENABLE_LIBLANGTAG),YES)
+ifeq ($(ENABLE_LIBLANGTAG),TRUE)
ifeq ($(SYSTEM_LIBLANGTAG),YES)