office-gobmx/config_host/config_fonts.h.in
Jan-Marek Glogowski ef5e2d8604 Move HAVE_MORE_FONTS into an extra config header
No need to recompile most of LibreOffice, because the --with-fonts
configure flag changed. This preprocessor define is just used by
unit tests anyway.

Change-Id: Ia2eae7d0c74e59e034fdd8513504a34e51ab428e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128197
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2022-01-10 04:50:46 +01:00

9 lines
125 B
C

#ifndef CONFIG_FONTS_H
#define CONFIG_FONTS_H
/*
* Whether extra fonts are available
*/
#define HAVE_MORE_FONTS 0
#endif