From: Julien Rioux Date: Tue, 16 Jul 2013 20:43:35 +0000 (+0200) Subject: Require 2.4 <= x < 3.0 where x=Python version. X-Git-Tag: release/2.17.23-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ee89ee2c8ee328ec261b822aa9e260c9d623c086;p=lilypond.git Require 2.4 <= x < 3.0 where x=Python version. Python 3 isn't supported yet. See issue 3462. --- diff --git a/configure.ac b/configure.ac index d8007963a3..03920c34c0 100644 --- a/configure.ac +++ b/configure.ac @@ -97,7 +97,7 @@ AC_MSG_RESULT($NCSB_SOURCE_FILES) AC_LANG([C++]) -STEPMAKE_PYTHON(REQUIRED, 2.4) +STEPMAKE_PYTHON(REQUIRED, 2.4, 3.0) # this checks if we have GNU C by compiling a program with # __GNUC__, but that macro now unofficially means "the compiler # supports the GNU C extensions" -- the intel C compiler and clang @@ -166,7 +166,7 @@ AC_MSG_RESULT(Must have patched GUILE rational support. See INSTALL.txt)]) CPPFLAGS="$save_CPPFLAGS" -STEPMAKE_PYTHON_DEVEL(REQUIRED) +STEPMAKE_PYTHON_DEVEL(REQUIRED, 2.4, 3.0) STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20110222)