diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-05-17 18:05:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-05-18 07:53:57 +0200 |
commit | 7f31cac22125db5ec8cbd7520022fb7a38bafb1a (patch) | |
tree | f92357daec507d51927ee0f9d9f36a04995cb92f /svl | |
parent | 8eb15f031003f6431d41853ff70e307b617d1a5a (diff) |
Reuse existing config_host/config_libnumbertext.h.in
Change-Id: I28d0260531132216c5f0bd187d400ed47cc43326
Reviewed-on: https://gerrit.libreoffice.org/54498
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/CppunitTest_svl_qa_cppunit.mk | 4 | ||||
-rw-r--r-- | svl/qa/unit/svl.cxx | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/svl/CppunitTest_svl_qa_cppunit.mk b/svl/CppunitTest_svl_qa_cppunit.mk index 0cee925f85df..d364436eef2a 100644 --- a/svl/CppunitTest_svl_qa_cppunit.mk +++ b/svl/CppunitTest_svl_qa_cppunit.mk @@ -27,10 +27,6 @@ $(eval $(call gb_CppunitTest_use_externals,svl_qa_cppunit, \ icu_headers \ )) -$(eval $(call gb_CppunitTest_add_defs,svl_qa_cppunit, \ - -DENABLE_LIBNUMBERTEXT=$(if $(filter TRUE,$(ENABLE_LIBNUMBERTEXT)),1,0) \ -)) - $(eval $(call gb_CppunitTest_add_exception_objects,svl_qa_cppunit, \ svl/qa/unit/svl \ )) diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index b744e5a3bfbb..c944200ae23e 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -12,6 +12,7 @@ #endif #include <sal/types.h> +#include <config_libnumbertext.h> #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> |