From: Julien Rioux Date: Tue, 16 Jul 2013 15:51:11 +0000 (+0200) Subject: Require 1.8.2 <= x < 1.9.0 where x=Guile version. X-Git-Tag: release/2.17.23-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=057e15c68c370a56862656d5089d175533b46ae7;p=lilypond.git Require 1.8.2 <= x < 1.9.0 where x=Guile version. Guile 2 isn't supported yet. Guile 1.9.0 is the start of the development branch that lead to Guile 2. See issue 3461. --- diff --git a/configure.ac b/configure.ac index 2502851835..d8007963a3 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,7 @@ STEPMAKE_GETTEXT STEPMAKE_MSGFMT(REQUIRED) STEPMAKE_TEXMF(REQUIRED) STEPMAKE_TEXMF_DIRS(REQUIRED) -STEPMAKE_GUILE_DEVEL(REQUIRED, 1.8.2) +STEPMAKE_GUILE_DEVEL(REQUIRED, 1.8.2, 1.9.0) # check for 3 typedefs added in Guile 1.9 save_CXXFLAGS="$CXXFLAGS" @@ -205,7 +205,7 @@ STEPMAKE_FREETYPE2(freetype2, REQUIRED, 2.1.10) STEPMAKE_WINDOWS # guile executable for some scripts -STEPMAKE_GUILE(OPTIONAL) +STEPMAKE_GUILE(OPTIONAL, 1.8.2, 1.9.0) # perl for help2man. STEPMAKE_PERL(OPTIONAL)