diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-11-06 17:42:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-11-06 17:43:29 +0100 |
commit | a7cd63df37144eba8544f6b10b83737fa0496461 (patch) | |
tree | bcfd6da06a85af774e01a638fbb5eec277ffff88 /configure.ac | |
parent | 5cf570d1d46efa66fe4724ba87f47bcd09ea4513 (diff) |
configure: if there's no fontconfig, assume no fonts are available
No idea how to check what fonts are installed on Windows/Mac;
only safe thing to do is to disable the tests if --without-fonts.
Change-Id: Ia27d866d9964f7e4e1ebfaba7ee4a7ce53b800b0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6ee677e222a1..10435612e178 100644 --- a/configure.ac +++ b/configure.ac @@ -11150,7 +11150,7 @@ else fi fi else - TEST_FONTS_MISSING=0 + TEST_FONTS_MISSING=1 fi fi AC_SUBST(WITH_FONTS) |