diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/CppunitTest_svl_qa_cppunit.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svl/CppunitTest_svl_qa_cppunit.mk b/svl/CppunitTest_svl_qa_cppunit.mk index 4f3cdcae7b63..0cee925f85df 100644 --- a/svl/CppunitTest_svl_qa_cppunit.mk +++ b/svl/CppunitTest_svl_qa_cppunit.mk @@ -27,14 +27,6 @@ $(eval $(call gb_CppunitTest_use_externals,svl_qa_cppunit, \ icu_headers \ )) -ifeq ($(ENABLE_LIBNUMBERTEXT),TRUE) -ifneq ($(SYSTEM_LIBNUMBERTEXT),YES) -$(eval $(call gb_CppunitTest_use_package,svl_qa_cppunit, \ - libnumbertext_numbertext \ -)) -endif -endif - $(eval $(call gb_CppunitTest_add_defs,svl_qa_cppunit, \ -DENABLE_LIBNUMBERTEXT=$(if $(filter TRUE,$(ENABLE_LIBNUMBERTEXT)),1,0) \ )) |