summaryrefslogtreecommitdiff
path: root/svl/CppunitTest_svl_qa_cppunit.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-06-11 14:02:57 +0300
committerTor Lillqvist <tml@collabora.com>2020-06-11 16:23:52 +0200
commitc392ecfa734731194c366e869a3c2475c53dc867 (patch)
tree852813ca2e485335b53ff3f1ca3bf3202de8496d /svl/CppunitTest_svl_qa_cppunit.mk
parentf62f200f31ac20c4e28a1e6fbead512d55bdf04f (diff)
Drop configurability of libnumbertext use
It was fairly pointless to be able to --disable-libnumbertext. Besides, disabling it broke the ordinal page (etc) numbering feature: "1st", "2nd", "3rd", etc showed up as "Ordinal-number 1", "Ordinal-number 2", "Ordinal-number 3" etc. Change-Id: I645169054a8fdc8dac89cd48b6c369fd61749467 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96119 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'svl/CppunitTest_svl_qa_cppunit.mk')
-rw-r--r--svl/CppunitTest_svl_qa_cppunit.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/svl/CppunitTest_svl_qa_cppunit.mk b/svl/CppunitTest_svl_qa_cppunit.mk
index d364436eef2a..422ff5dea8b2 100644
--- a/svl/CppunitTest_svl_qa_cppunit.mk
+++ b/svl/CppunitTest_svl_qa_cppunit.mk
@@ -52,10 +52,8 @@ $(eval $(call gb_CppunitTest_set_include,svl_qa_cppunit,\
$(eval $(call gb_CppunitTest_use_components,svl_qa_cppunit,\
i18npool/util/i18npool \
configmgr/source/configmgr \
- $(if $(filter TRUE,$(ENABLE_LIBNUMBERTEXT)), \
- framework/util/fwk \
- lingucomponent/source/numbertext/numbertext \
- ) \
+ framework/util/fwk \
+ lingucomponent/source/numbertext/numbertext \
))
$(eval $(call gb_CppunitTest_use_ure,svl_qa_cppunit))