From 58ea405e02edd2d008bfae69d1a5fd6da9f7761c Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 7 Jun 2010 10:17:18 +0200 Subject: [PATCH] Svg with woff fonts: revert FontForge requirement update. Apparently noone knows what version of FontForge is required. Previous versions used in GUB were 20090923 unpatched, necessary for --enable-double 20080927 with patch 20080309 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 39f30fc866..7c62b48bfa 100644 --- a/configure.in +++ b/configure.in @@ -137,7 +137,7 @@ STEPMAKE_PYTHON_DEVEL(REQUIRED) STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.60) -STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20090923) +STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20050624) # For svg woff fonts to work, version 20100501 is required but # the build does not break; leave optional until distros ship it. STEPMAKE_PATH_PROG(FONTFORGE, fontforge, OPTIONAL, 20100501) -- 2.39.5