diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-24 14:46:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-24 21:23:56 +0100 |
commit | df984a465cad0af7ab77257efe5181a8a3348dcf (patch) | |
tree | 4e962d3b826f8ae1a4b34977ff0f07d7c68ff772 /basic | |
parent | 938012a9f42761836d5240ab8efacbeeaf3385b2 (diff) |
Clean up dead uses of DISABLE_ATL
...after e597ef0489d9d5504721d21eefa15c65da0fb240 "No need for --disable-activex
and --disable-atl any longer"
Change-Id: I6ea0026fd18e0097aaaf0c1b05618e2a9ddf1a94
Reviewed-on: https://gerrit.libreoffice.org/66871
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/CppunitTest_basic_macros.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/CppunitTest_basic_macros.mk b/basic/CppunitTest_basic_macros.mk index 2ce70764e294..e86c3dae27e4 100644 --- a/basic/CppunitTest_basic_macros.mk +++ b/basic/CppunitTest_basic_macros.mk @@ -61,8 +61,8 @@ $(eval $(call gb_CppunitTest_use_components,basic_macros,\ i18npool/util/i18npool \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ - $(if $(DISABLE_ATL),,$(if $(filter $(OS),WNT), \ - extensions/source/ole/oleautobridge)) \ + $(if $(filter $(OS),WNT), \ + extensions/source/ole/oleautobridge) \ )) $(eval $(call gb_CppunitTest_use_configuration,basic_macros)) |