From: Han-Wen Nienhuys Date: Sun, 30 Mar 2008 22:48:11 +0000 (-0300) Subject: Remove python 2.2 check. We need 2.4 now. X-Git-Tag: release/2.11.44-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=facdfdbfb21117c10d9af102093c0fa2d32af773;p=lilypond.git Remove python 2.2 check. We need 2.4 now. --- diff --git a/configure.in b/configure.in index b15a0b0de0..b9413d122e 100644 --- a/configure.in +++ b/configure.in @@ -53,8 +53,6 @@ AC_SUBST(LINK_GXX_STATICALLY) # must come before any header checks STEPMAKE_COMPILE -# os.path.realpath() requires python 2.2 and unix -STEPMAKE_PYTHON(REQUIRED, 2.2) AC_CHECK_PROG(FCMATCH, fc-match, fc-match) AC_MSG_CHECKING([New Century Schoolbook PFB files]) AC_SUBST(NCSB_SOURCE_FILES)