configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7cd63df37144eba8544f6b10b83737fa0496461
Author: Michael Stahl <mst...@redhat.com>
Date:   Mon Nov 6 17:42:04 2017 +0100

    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

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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to