diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2018-07-07 16:07:05 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-07-07 22:27:35 +0200 |
commit | 4fe073b563336c1b8bfb97a9addc8fb7a8145858 (patch) | |
tree | 79f5a32c902a9de7a4aaaf61f5ebbb639b072f4f /config_host | |
parent | 614804f034a114544dc14047e72ca18a946fbae3 (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.in | 10 |
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 |