]> git.ipfire.org Git - ipfire.org.git/blobdiff - configure.ac
fonts: Provide Prompt in WOFF2 format as well
[ipfire.org.git] / configure.ac
index 2ffe53087f4ad0130cb446f26876074bc1fdc3fd..17ef12942811dd93e3b82d0bb49a68c0765dcb50 100644 (file)
@@ -70,6 +70,12 @@ if test -z "${JEKYLL}"; then
        AC_MSG_ERROR([jekyll is required])
 fi
 
+# WOFF2
+AC_CHECK_PROG(WOFF2_COMPRESS, [woff2_compress], [woff2_compress])
+if test -z "${WOFF2_COMPRESS}"; then
+       AC_MSG_ERROR([woff2_compress is required])
+fi
+
 # ------------------------------------------------------------------------------
 
 AC_ARG_WITH([systemd],