summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-03-02 19:58:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-03-02 19:58:35 +0100
commit2b03e0ba521b7b439e5da6ce73545dd4f2c49a8b (patch)
treeeee54ec7541d8079beab83521fda2cf1846656f0 /unoidl
parent5b22433d79823372744038c5ae28094bc938fb48 (diff)
Revert "ofz#20976 build-failure"
This reverts commit 5b22433d79823372744038c5ae28094bc938fb48. Reason for revert: <INSERT REASONING HERE> Change-Id: I4a104ca86dadbcc7f797df41326d48a53ca1c990 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89800 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/Executable_unoidl-check.mk4
-rw-r--r--unoidl/Executable_unoidl-write.mk4
2 files changed, 0 insertions, 8 deletions
diff --git a/unoidl/Executable_unoidl-check.mk b/unoidl/Executable_unoidl-check.mk
index edd0d4b32aec..36dfc44de635 100644
--- a/unoidl/Executable_unoidl-check.mk
+++ b/unoidl/Executable_unoidl-check.mk
@@ -21,8 +21,4 @@ $(eval $(call gb_Executable_use_libraries,unoidl-check, \
sal \
))
-ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,unoidl-check,dtoa))
-endif
-
# vim: set noet sw=4 ts=4:
diff --git a/unoidl/Executable_unoidl-write.mk b/unoidl/Executable_unoidl-write.mk
index 3ba2d9655563..9accb31ac14d 100644
--- a/unoidl/Executable_unoidl-write.mk
+++ b/unoidl/Executable_unoidl-write.mk
@@ -21,8 +21,4 @@ $(eval $(call gb_Executable_use_libraries,unoidl-write, \
sal \
))
-ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,unoidl-write,dtoa))
-endif
-
# vim: set noet sw=4 ts=4: