summaryrefslogtreecommitdiff
path: root/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.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 /i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.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 'i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk')
-rw-r--r--i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
index f00171747ef3..2eec5a9c672d 100644
--- a/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
+++ b/i18nlangtag/CppunitTest_i18nlangtag_test_languagetag.mk
@@ -22,7 +22,7 @@ $(eval $(call gb_CppunitTest_use_libraries,i18nlangtag_test_languagetag,\
$(gb_UWINAPI) \
))
-ifeq ($(ENABLE_LIBLANGTAG),YES)
+ifeq ($(ENABLE_LIBLANGTAG),TRUE)
$(eval $(call gb_CppunitTest_use_externals,i18nlangtag_test_languagetag,\
liblangtag \
libxml2 \