From: Jan Nieuwenhuizen Date: Mon, 7 Jun 2010 08:17:18 +0000 (+0200) Subject: Svg with woff fonts: revert FontForge requirement update. X-Git-Tag: release/2.13.26-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=58ea405e02edd2d008bfae69d1a5fd6da9f7761c;p=lilypond.git 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 --- 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)