summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2018-07-07 16:07:05 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2018-07-07 22:27:35 +0200
commit4fe073b563336c1b8bfb97a9addc8fb7a8145858 (patch)
tree79f5a32c902a9de7a4aaaf61f5ebbb639b072f4f /config_host
parent614804f034a114544dc14047e72ca18a946fbae3 (diff)
Drop TEST_FONTS_MISSING for HAVE_MORE_FONTS
TEST_FONTS_MISSING is just adding confusion since it tests for hardcoded font names, while what we really want (most of time) is to check whether bundled fonts are enabled or not, and HAVE_MORE_FONTS just does that. Change-Id: I1b00d359c37fa49584ca27c319d6d0e937c3b20b Reviewed-on: https://gerrit.libreoffice.org/57136 Tested-by: Jenkins Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_test.h.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/config_host/config_test.h.in b/config_host/config_test.h.in
deleted file mode 100644
index c310350bb494..000000000000
--- a/config_host/config_test.h.in
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
-Settings for test suite dependencies.
-*/
-
-#ifndef CONFIG_TEST_H
-#define CONFIG_TEST_H
-
-#define TEST_FONTS_MISSING 0
-
-#endif